diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-12-06 14:52:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-12-06 14:52:06 +0000 |
commit | 574e42ab022d9fc04f02450da90328afb6c508b4 (patch) | |
tree | 2eabc4c2a4f081de9c1c77502772279b2b9938ab /dev-python/pyparted | |
parent | fixed init.d script (bug #493398) (diff) | |
download | gentoo-2-574e42ab022d9fc04f02450da90328afb6c508b4.tar.gz gentoo-2-574e42ab022d9fc04f02450da90328afb6c508b4.tar.bz2 gentoo-2-574e42ab022d9fc04f02450da90328afb6c508b4.zip |
Stable for HPPA (bug #493130).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 74b5d16fbfa0..dee4eed73821 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.77 2013/07/16 19:11:42 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.78 2013/12/06 14:52:06 jer Exp $ + + 06 Dec 2013; Jeroen Roovers <jer@gentoo.org> pyparted-3.10.ebuild: + Stable for HPPA (bug #493130). 16 Jul 2013; William Hubbs <williamh@gentoo.org> pyparted-3.10.ebuild: drop support for python 3.1 and 3.2, thanks to Patrick McLean. diff --git a/dev-python/pyparted/pyparted-3.10.ebuild b/dev-python/pyparted/pyparted-3.10.ebuild index d87dca99806a..ecf0e59763a0 100644 --- a/dev-python/pyparted/pyparted-3.10.ebuild +++ b/dev-python/pyparted/pyparted-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.3 2013/07/16 19:11:42 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.4 2013/12/06 14:52:06 jer Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/releases/p/y/${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="test" RDEPEND=" |