diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 08:34:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 08:34:38 +0000 |
commit | 2e6b09c485387a262602cf2a277d25f8e9476e52 (patch) | |
tree | 4cdde41d3d6a9b04b678cf620b85bc75a70ffd7a /sys-block | |
parent | Stable for ppc64, wrt bug #527438 (diff) | |
download | gentoo-2-2e6b09c485387a262602cf2a277d25f8e9476e52.tar.gz gentoo-2-2e6b09c485387a262602cf2a277d25f8e9476e52.tar.bz2 gentoo-2-2e6b09c485387a262602cf2a277d25f8e9476e52.zip |
Stable for ppc64, wrt bug #527846
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/parted/parted-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/parted/ChangeLog b/sys-block/parted/ChangeLog index de2ae58793ef..80e350fe8a64 100644 --- a/sys-block/parted/ChangeLog +++ b/sys-block/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/parted # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.57 2014/12/02 09:24:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.58 2014/12/04 08:34:38 ago Exp $ + + 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild: + Stable for ppc64, wrt bug #527846 02 Dec 2014; Agostino Sarubbo <ago@gentoo.org> parted-3.2.ebuild: Stable for alpha, wrt bug #527846 diff --git a/sys-block/parted/parted-3.2.ebuild b/sys-block/parted/parted-3.2.ebuild index e4a95105e374..e907295615d5 100644 --- a/sys-block/parted/parted-3.2.ebuild +++ b/sys-block/parted/parted-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.11 2014/12/02 09:24:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.12 2014/12/04 08:34:38 ago Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="+debug device-mapper nls readline selinux static-libs" RESTRICT="test" |