summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-01-31 18:43:02 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-01-31 18:43:02 +0000
commit51848875f99d4a047678efa9be3db8f5c4400a6e (patch)
tree23a1cc39ae00494ce0133a3c451efdc49ea887eb /sys-apps/parted/parted-1.7.1-r1.ebuild
parentVersion bump. Fixes bug #164607 and hopefully bug #164056. Dropped amd64 keyw... (diff)
downloadgentoo-2-51848875f99d4a047678efa9be3db8f5c4400a6e.tar.gz
gentoo-2-51848875f99d4a047678efa9be3db8f5c4400a6e.tar.bz2
gentoo-2-51848875f99d4a047678efa9be3db8f5c4400a6e.zip
Removed USE=static, since it was no longer used. Closing bug #146222.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'sys-apps/parted/parted-1.7.1-r1.ebuild')
-rw-r--r--sys-apps/parted/parted-1.7.1-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/parted/parted-1.7.1-r1.ebuild b/sys-apps/parted/parted-1.7.1-r1.ebuild
index 9ac225348e0e..42e9a337dae8 100644
--- a/sys-apps/parted/parted-1.7.1-r1.ebuild
+++ b/sys-apps/parted/parted-1.7.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.9 2006/10/14 17:22:51 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.10 2007/01/31 18:43:02 wolf31o2 Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="nls static readline debug"
+IUSE="nls readline debug"
# specific version for gettext needed
# to fix bug 85999
@@ -32,7 +32,6 @@ src_compile() {
$(use_with readline) \
$(use_enable nls) \
$(use_enable debug) \
- $(use_enable static all-static) \
--disable-Werror || die "Configure failed"
emake || die "Make failed"
}