diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-23 18:17:46 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-23 18:17:46 +0000 |
commit | 5a6f3bd1b86d58ef3a3a4cada4d054b773c855a6 (patch) | |
tree | 79ab94003f273e048d072214b91dbc287f972a2b | |
parent | keyword ~arm ~ppc ~pp64, bug #443048 (diff) | |
download | gentoo-2-5a6f3bd1b86d58ef3a3a4cada4d054b773c855a6.tar.gz gentoo-2-5a6f3bd1b86d58ef3a3a4cada4d054b773c855a6.tar.bz2 gentoo-2-5a6f3bd1b86d58ef3a3a4cada4d054b773c855a6.zip |
keyword ~arm ~ppc ~pp64, bug #443048
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-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 921a461370cb..f3a83621dcb7 100644 --- a/sys-block/parted/ChangeLog +++ b/sys-block/parted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/parted # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.24 2012/11/14 17:19:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.25 2012/11/23 18:17:46 blueness Exp $ + + 23 Nov 2012; Anthony G. Basile <blueness@gentoo.org> parted-3.1-r1.ebuild: + keyword ~arm ~ppc ~pp64, bug #443048 14 Nov 2012; Jeroen Roovers <jer@gentoo.org> parted-3.1-r1.ebuild: Marked ~hppa (bug #443048). diff --git a/sys-block/parted/parted-3.1-r1.ebuild b/sys-block/parted/parted-3.1-r1.ebuild index a7639705e942..d90da73d466d 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-2012 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.2 2012/11/14 17:19:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.1-r1.ebuild,v 1.3 2012/11/23 18:17:46 blueness Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~s390 ~sh ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="+debug device-mapper nls readline selinux static-libs test" # specific version for gettext needed |