diff options
author | 2021-01-06 19:58:52 +0100 | |
---|---|---|
committer | 2021-01-06 20:33:20 +0100 | |
commit | 050a5e1f27d13220d8a985440e160ef37abcc5f5 (patch) | |
tree | 401f1f8b09925f27627b5c76026d94f25d6c7f18 /dev-java/junitperf | |
parent | dev-java/junit-addons: drop x86-macos (diff) | |
download | gentoo-050a5e1f27d13220d8a985440e160ef37abcc5f5.tar.gz gentoo-050a5e1f27d13220d8a985440e160ef37abcc5f5.tar.bz2 gentoo-050a5e1f27d13220d8a985440e160ef37abcc5f5.zip |
dev-java/junitperf: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
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 14f04e6e3b16..ec0cf9ffc4bb 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-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,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 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" |