diff options
author | 2005-01-21 21:32:11 +0000 | |
---|---|---|
committer | 2005-01-21 21:32:11 +0000 | |
commit | 1ac0f0c596e87554c8f5ac4b75f2e4bf2d22eba0 (patch) | |
tree | c98e3e2f3f77e1d418a67afeb5ace97017490490 /sys-apps | |
parent | cleaned ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-1ac0f0c596e87554c8f5ac4b75f2e4bf2d22eba0.tar.gz gentoo-2-1ac0f0c596e87554c8f5ac4b75f2e4bf2d22eba0.tar.bz2 gentoo-2-1ac0f0c596e87554c8f5ac4b75f2e4bf2d22eba0.zip |
Marking stable on x86 and amd64.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index c65384f72f03..03462889dc5a 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.64 2005/01/12 22:28:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.65 2005/01/21 21:32:11 wolf31o2 Exp $ + + 21 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> parted-1.6.20.ebuild: + Marking stable on x86 and amd64. 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> parted-1.6.20.ebuild: Keyworded ~sparc, please test extensively before going stable diff --git a/sys-apps/parted/parted-1.6.20.ebuild b/sys-apps/parted/parted-1.6.20.ebuild index 0e8d93d77c2d..a3d301c751d5 100644 --- a/sys-apps/parted/parted-1.6.20.ebuild +++ b/sys-apps/parted/parted-1.6.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.20.ebuild,v 1.2 2005/01/12 22:28:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.20.ebuild,v 1.3 2005/01/21 21:32:11 wolf31o2 Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="nls static readline debug" DEPEND=">=sys-fs/e2fsprogs-1.27 |