diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-14 19:48:29 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-14 19:48:29 +0000 |
commit | 7d74bf403b6de2853ed1ecd1cf91432125064f82 (patch) | |
tree | 68ff40d422e251c90723a85e826775bb3d42d973 /dev-python/pyparted | |
parent | fix bug number in last ChangeLog entry. (diff) | |
download | gentoo-2-7d74bf403b6de2853ed1ecd1cf91432125064f82.tar.gz gentoo-2-7d74bf403b6de2853ed1ecd1cf91432125064f82.tar.bz2 gentoo-2-7d74bf403b6de2853ed1ecd1cf91432125064f82.zip |
x86 stable, bug #493130
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
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 dee4eed73821..c2e863b23c8d 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.78 2013/12/06 14:52:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.79 2013/12/14 19:48:29 johu Exp $ + + 14 Dec 2013; Johannes Huber <johu@gentoo.org> pyparted-3.10.ebuild: + x86 stable, bug #493130 06 Dec 2013; Jeroen Roovers <jer@gentoo.org> pyparted-3.10.ebuild: Stable for HPPA (bug #493130). diff --git a/dev-python/pyparted/pyparted-3.10.ebuild b/dev-python/pyparted/pyparted-3.10.ebuild index ecf0e59763a0..8c4d668ffc60 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.4 2013/12/06 14:52:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.5 2013/12/14 19:48:29 johu 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=" |