diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:57:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:18 +0100 |
commit | 8001857f3f925b042462e1a7d2f2f672067220e3 (patch) | |
tree | f5127b214c2a7e1b36f8e48e12ae7dc260316732 /dev-java/joda-time | |
parent | dev-java/jmock: drop x86-macos (diff) | |
download | gentoo-8001857f3f925b042462e1a7d2f2f672067220e3.tar.gz gentoo-8001857f3f925b042462e1a7d2f2f672067220e3.tar.bz2 gentoo-8001857f3f925b042462e1a7d2f2f672067220e3.zip |
dev-java/joda-time: 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/joda-time')
-rw-r--r-- | dev-java/joda-time/joda-time-2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/joda-time/joda-time-2.7-r1.ebuild b/dev-java/joda-time/joda-time-2.7-r1.ebuild index bbf0efca3a84..f492d319c95b 100644 --- a/dev-java/joda-time/joda-time-2.7-r1.ebuild +++ b/dev-java/joda-time/joda-time-2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/JodaOrg/${PN}/releases/download/v${PV}/${P}-dist.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" RESTRICT="test" |