diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 9f09ee3f187e..42b7320fafb5 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.16 2004/07/02 04:54:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.17 2004/07/14 15:03:47 agriffis Exp $ inherit gnuconfig @@ -11,12 +11,13 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc alpha ~amd64 hppa" +IUSE="" DEPEND="virtual/libc" src_unpack() { unpack ${A} - useq amd64 && gnuconfig_update + gnuconfig_update } src_install() { diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index 478dbc36e706..3187685c2fbb 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.11 2004/07/02 04:54:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.12 2004/07/14 15:03:47 agriffis Exp $ inherit gnuconfig @@ -11,6 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc sparc ~amd64 hppa" +IUSE="" DEPEND="virtual/libc" |