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 | 6f7b2d8bcc21cfe75350ebaf712cfbe637e04f86 (patch) | |
tree | 76b39f7e81ea2669390c2a0ac381e01050e911b3 /dev-libs/pth | |
parent | my bad... 3.4.0-r3 was horribly broken, so i am doing a revision bump to enco... (diff) | |
download | historical-6f7b2d8bcc21cfe75350ebaf712cfbe637e04f86.tar.gz historical-6f7b2d8bcc21cfe75350ebaf712cfbe637e04f86.tar.bz2 historical-6f7b2d8bcc21cfe75350ebaf712cfbe637e04f86.zip |
make amd64 work
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 6 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 11 |
3 files changed, 18 insertions, 7 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/Manifest b/dev-libs/pth/Manifest index e46abcae6140..439b432feeb8 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,5 +1,5 @@ -MD5 0567c4b2bceea14ccc1bc9c3200e147a pth-1.4.0.ebuild 534 +MD5 f84b021e901f68d317f3022888b18d3c pth-1.4.0.ebuild 623 +MD5 7fcbd65427d5bd96b14314ef0a70a6f3 pth-1.4.1.ebuild 526 +MD5 44a47f200969f9f43b48f1384c41fc60 ChangeLog 1322 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 -MD5 7fcbd65427d5bd96b14314ef0a70a6f3 pth-1.4.1.ebuild 526 -MD5 349de0cb4ded90fc635fcad9d7505403 ChangeLog 1182 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 |