diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-06-27 21:15:12 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-06-27 21:15:12 +0000 |
commit | 0c24d5e98d3bbcec7a943bb9fba5b5ef96e34fef (patch) | |
tree | 15aed794fb6ba0be613ff7867ae663487f2be5c9 /dev-java/xmlunit | |
parent | Require newer eselect-rails. (diff) | |
download | gentoo-2-0c24d5e98d3bbcec7a943bb9fba5b5ef96e34fef.tar.gz gentoo-2-0c24d5e98d3bbcec7a943bb9fba5b5ef96e34fef.tar.bz2 gentoo-2-0c24d5e98d3bbcec7a943bb9fba5b5ef96e34fef.zip |
Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/xmlunit')
-rw-r--r-- | dev-java/xmlunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/xmlunit/xmlunit-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/xmlunit/ChangeLog b/dev-java/xmlunit/ChangeLog index f810daf4b56b..ca23e7b6cc80 100644 --- a/dev-java/xmlunit/ChangeLog +++ b/dev-java/xmlunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/xmlunit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.24 2015/06/26 12:31:35 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/ChangeLog,v 1.25 2015/06/27 21:15:12 monsieurp Exp $ + + 27 Jun 2015; Patrice Clement <monsieurp@gentoo.org> xmlunit-1.6.ebuild: + Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@gentoo.org>. *xmlunit-1.6 (26 Jun 2015) diff --git a/dev-java/xmlunit/xmlunit-1.6.ebuild b/dev-java/xmlunit/xmlunit-1.6.ebuild index 7a30ac2d3e02..77a9913679be 100644 --- a/dev-java/xmlunit/xmlunit-1.6.ebuild +++ b/dev-java/xmlunit/xmlunit-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.1 2015/06/26 12:31:35 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlunit/xmlunit-1.6.ebuild,v 1.2 2015/06/27 21:15:12 monsieurp Exp $ EAPI="5" @@ -14,7 +14,7 @@ HOMEPAGE="http://xmlunit.sourceforge.net/" LICENSE="BSD" SLOT="1" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" CDEPEND="dev-java/junit:0" |