diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:02:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:02:41 +0000 |
commit | 937efef73bcc0ba52bfe064a3aa818eb7651a264 (patch) | |
tree | eb2b54d7022f50424f486996cba6d338f28c29ea /sys-apps/parted | |
parent | Adding to tree for Bug #554546 stable marking (Manifest recommit) (diff) | |
download | gentoo-2-937efef73bcc0ba52bfe064a3aa818eb7651a264.tar.gz gentoo-2-937efef73bcc0ba52bfe064a3aa818eb7651a264.tar.bz2 gentoo-2-937efef73bcc0ba52bfe064a3aa818eb7651a264.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/parted-1.6.10-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/parted/parted-1.6.10-r2.ebuild b/sys-apps/parted/parted-1.6.10-r2.ebuild index c7289a0387f4..4a496d6749e1 100644 --- a/sys-apps/parted/parted-1.6.10-r2.ebuild +++ b/sys-apps/parted/parted-1.6.10-r2.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/sys-apps/parted/parted-1.6.10-r2.ebuild,v 1.5 2004/06/27 03:45:18 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.10-r2.ebuild,v 1.6 2004/07/15 02:02:41 agriffis Exp $ inherit eutils gnuconfig @@ -27,7 +27,7 @@ src_unpack() { unpack ${A} cd ${S} EPATCH_SUFFIX="patch" epatch ${PATCHDIR} - use ppc64 && gnuconfig_update + gnuconfig_update } src_compile() { diff --git a/sys-apps/parted/parted-1.6.6.ebuild b/sys-apps/parted/parted-1.6.6.ebuild index 36712bdd4d60..42f8a18b30e9 100644 --- a/sys-apps/parted/parted-1.6.6.ebuild +++ b/sys-apps/parted/parted-1.6.6.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/sys-apps/parted/parted-1.6.6.ebuild,v 1.20 2004/06/24 22:20:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.21 2004/07/15 02:02:41 agriffis Exp $ inherit gnuconfig eutils @@ -30,7 +30,7 @@ src_unpack() { } src_compile() { - use ppc64 && gnuconfig_update + gnuconfig_update econf \ `use_with readline` \ |