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/pth-1.4.0.ebuild | |
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/pth-1.4.0.ebuild')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
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 |