diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-05-20 09:56:22 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-05-20 09:56:22 +0000 |
commit | f89324a51149e6732983d7d0a05290ce3dc93f20 (patch) | |
tree | 7de4596a7727d266747b97d87aa36196f6322f4a | |
parent | my bad... 3.4.0-r3 was horribly broken, so i am doing a revision bump to enco... (diff) | |
download | gentoo-2-f89324a51149e6732983d7d0a05290ce3dc93f20.tar.gz gentoo-2-f89324a51149e6732983d7d0a05290ce3dc93f20.tar.bz2 gentoo-2-f89324a51149e6732983d7d0a05290ce3dc93f20.zip |
make amd64 work
-rw-r--r-- | dev-libs/pth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 3149a14c9ff0..bc1001bf78fc 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.10 2003/11/25 03:32:24 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.11 2004/05/20 09:56:22 pauldv Exp $ + + 20 May 2004; <paul@gentoo.org> pth-1.4.0.ebuild: + Make it work with amd64. It is needed for making the newpg that has gpg-agent + working 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> pth-1.4.0.ebuild: Add ~alpha diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index ca7624539ae8..a71265bd5aa6 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.11 2004/02/20 21:22:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.12 2004/05/20 09:56:22 pauldv Exp $ + +inherit gnuconfig DESCRIPTION="GNU Portable Threads" HOMEPAGE="http://www.gnu.org/software/pth/" @@ -8,10 +10,15 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha" +KEYWORDS="x86 ppc sparc ~alpha ~amd64" DEPEND="virtual/glibc" +src_unpack() { + unpack ${A} + useq amd64 && gnuconfig_update +} + src_install() { einstall || die dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS |