diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:03:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:03:47 +0000 |
commit | ab17c097fbcecc9a7845ecbcdb39cd6bb9e522e1 (patch) | |
tree | b77bf352e45d979e5e0fc89f987e8cf5b3865850 /dev-libs | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-ab17c097fbcecc9a7845ecbcdb39cd6bb9e522e1.tar.gz historical-ab17c097fbcecc9a7845ecbcdb39cd6bb9e522e1.tar.bz2 historical-ab17c097fbcecc9a7845ecbcdb39cd6bb9e522e1.zip |
sync IUSE (missing), don't dep on arch for gnuconfig_update
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" |