diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 01:09:30 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-25 01:09:30 +0100 |
commit | a4d75ca00633647e4c96f8b2321baf8141fdbe21 (patch) | |
tree | 7136b4a3c00da0d913067755d2ece476f1f3f5ec /dev-java/junitperf | |
parent | app-admin/cronolog: EAPI 6 bump. (diff) | |
download | gentoo-a4d75ca00633647e4c96f8b2321baf8141fdbe21.tar.gz gentoo-a4d75ca00633647e4c96f8b2321baf8141fdbe21.tar.bz2 gentoo-a4d75ca00633647e4c96f8b2321baf8141fdbe21.zip |
dev-java/junitperf: Stable for amd64. Mark stable for ppc64 and x86 using the ALLARCHES policy.
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-java/junitperf')
-rw-r--r-- | dev-java/junitperf/junitperf-1.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/junitperf/junitperf-1.9.1-r2.ebuild b/dev-java/junitperf/junitperf-1.9.1-r2.ebuild index cecefcea96d0..030917520f75 100644 --- a/dev-java/junitperf/junitperf-1.9.1-r2.ebuild +++ b/dev-java/junitperf/junitperf-1.9.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.clarkware.com/software/${P}.zip" HOMEPAGE="http://www.clarkware.com/software/JUnitPerf.html" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" |