From 937efef73bcc0ba52bfe064a3aa818eb7651a264 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 15 Jul 2004 02:02:41 +0000 Subject: don't dep on arch for gnuconfig_update --- sys-apps/parted/parted-1.6.10-r2.ebuild | 4 ++-- sys-apps/parted/parted-1.6.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys-apps/parted') 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` \ -- cgit v1.2.3-65-gdbad