diff options
author | 2004-12-30 21:03:58 +0000 | |
---|---|---|
committer | 2004-12-30 21:03:58 +0000 | |
commit | 46976fd9f4e19fde89084dc910257fc9ba09acb4 (patch) | |
tree | 30a4ee492719a182a303defeaaef785293132547 | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-46976fd9f4e19fde89084dc910257fc9ba09acb4.tar.gz gentoo-2-46976fd9f4e19fde89084dc910257fc9ba09acb4.tar.bz2 gentoo-2-46976fd9f4e19fde89084dc910257fc9ba09acb4.zip |
Marking stable on x86 and amd64.
-rw-r--r-- | dev-python/pyparted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-1.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index bd1c02f714ef..8d4630de7d1a 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyparted # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.5 2004/12/16 20:26:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.6 2004/12/30 21:03:58 wolf31o2 Exp $ + + 30 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org> pyparted-1.6.6.ebuild: + Marking stable on x86 and amd64. *pyparted-1.6.9 (16 Dec 2004) diff --git a/dev-python/pyparted/pyparted-1.6.6.ebuild b/dev-python/pyparted/pyparted-1.6.6.ebuild index 8d9967402857..4b3ae92d2ee6 100644 --- a/dev-python/pyparted/pyparted-1.6.6.ebuild +++ b/dev-python/pyparted/pyparted-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/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.5 2004/06/25 01:42:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.6 2004/12/30 21:03:58 wolf31o2 Exp $ RH_EXTRAVERSION="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://fedora.redhat.com" SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RH_EXTRAVERSION}.src.rpm" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc -*" +KEYWORDS="x86 amd64 ~ppc -*" IUSE="" # Needed to build... |