diff options
author | Sam James <sam@gentoo.org> | 2020-07-25 00:45:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-25 00:46:07 +0000 |
commit | c111493fa00443af99aca9c9b7907e13abbedb5a (patch) | |
tree | b3b791af8ebcaa05a85c16fca62a754641839fc8 /dev-java/jmock | |
parent | net-analyzer/snmptt: x86 stable (bug #733478) (diff) | |
download | gentoo-c111493fa00443af99aca9c9b7907e13abbedb5a.tar.gz gentoo-c111493fa00443af99aca9c9b7907e13abbedb5a.tar.bz2 gentoo-c111493fa00443af99aca9c9b7907e13abbedb5a.zip |
dev-java/jmock: ppc64 keyworded (bug #733822)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/jmock')
-rw-r--r-- | dev-java/jmock/jmock-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jmock/jmock-2.6.1.ebuild b/dev-java/jmock/jmock-2.6.1.ebuild index 2213fe41255e..fdc7a2586f17 100644 --- a/dev-java/jmock/jmock-2.6.1.ebuild +++ b/dev-java/jmock/jmock-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jmock.org" LICENSE="BSD" SLOT="2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" CDEPEND="dev-java/hamcrest-core:1.3 |