diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-20 11:07:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-20 11:07:49 +0000 |
commit | 182add6b5fdb4d262aadb4a6c2ddaa2a516391b7 (patch) | |
tree | eaf7cd9ab4ff7d957af2759ab64d08702ee2bbdd /sys-block | |
parent | Version bump (diff) | |
download | gentoo-2-182add6b5fdb4d262aadb4a6c2ddaa2a516391b7.tar.gz gentoo-2-182add6b5fdb4d262aadb4a6c2ddaa2a516391b7.tar.bz2 gentoo-2-182add6b5fdb4d262aadb4a6c2ddaa2a516391b7.zip |
Stable for amd64, wrt bug #476898
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/parted/ChangeLog b/sys-block/parted/ChangeLog index 011f2b6ded50..2b130891efb3 100644 --- a/sys-block/parted/ChangeLog +++ b/sys-block/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/parted # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.32 2013/07/16 01:20:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.33 2013/07/20 11:07:49 ago Exp $ + + 20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> parted-3.1-r1.ebuild: + Stable for amd64, wrt bug #476898 16 Jul 2013; Jeroen Roovers <jer@gentoo.org> parted-2.4.ebuild, parted-3.1-r1.ebuild: diff --git a/sys-block/parted/parted-3.1-r1.ebuild b/sys-block/parted/parted-3.1-r1.ebuild index f68c814f15a7..39abbacdb8fd 100644 --- a/sys-block/parted/parted-3.1-r1.ebuild +++ b/sys-block/parted/parted-3.1-r1.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/sys-block/parted/parted-3.1-r1.ebuild,v 1.7 2013/07/16 01:20:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v 1.8 2013/07/20 11:07:49 ago Exp $ EAPI="4" @@ -12,7 +12,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 test" # specific version for gettext needed |