diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2006-05-24 14:25:45 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2006-05-24 14:25:45 +0000 |
commit | af886266745e36cb731af047edae770d60ec28b7 (patch) | |
tree | a0d920e987838d33d8f717ed7f9dcfc61fce5779 /sys-apps/parted | |
parent | First release candidate for stablization. Required to work with a stable port... (diff) | |
download | gentoo-2-af886266745e36cb731af047edae770d60ec28b7.tar.gz gentoo-2-af886266745e36cb731af047edae770d60ec28b7.tar.bz2 gentoo-2-af886266745e36cb731af047edae770d60ec28b7.zip |
Stable on x86; bug #124650
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index ab5803ebb7a3..46218b362937 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.91 2006/05/20 12:23:02 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.92 2006/05/24 14:25:45 fuzzyray Exp $ + + 24 May 2006; Paul Varner <fuzzyray@gentoo.org> parted-1.6.25.ebuild: + Stable on x86; bug #124650 *parted-1.7.0 (20 May 2006) diff --git a/sys-apps/parted/parted-1.6.25.ebuild b/sys-apps/parted/parted-1.6.25.ebuild index d91306692acc..0c0b72cf4bc5 100644 --- a/sys-apps/parted/parted-1.6.25.ebuild +++ b/sys-apps/parted/parted-1.6.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.25.ebuild,v 1.8 2006/04/22 05:45:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.25.ebuild,v 1.9 2006/05/24 14:25:45 fuzzyray Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="nls static readline debug" # specific version for gettext needed |