diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-31 18:43:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-31 18:43:02 +0000 |
commit | 51848875f99d4a047678efa9be3db8f5c4400a6e (patch) | |
tree | 23a1cc39ae00494ce0133a3c451efdc49ea887eb /sys-apps/parted | |
parent | Version bump. Fixes bug #164607 and hopefully bug #164056. Dropped amd64 keyw... (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/parted/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.7.1-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index 2028116f4b87..c0d4216b1b9d 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.104 2007/01/31 18:40:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.105 2007/01/31 18:43:02 wolf31o2 Exp $ + + 31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> + parted-1.7.1-r1.ebuild: + Removed USE=static, since it was no longer used. Closing bug #146222. 31 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> -parted-1.6.23.ebuild, -parted-1.6.25.ebuild: 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" } |