diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:36 +0200 |
commit | 1b662a89a4ac8d7194b897888535fbe7f6b839ba (patch) | |
tree | c9bafbae037fd2faa0724c9284823eb65e46d978 /dev-java/joda-time | |
parent | dev-java/joda-convert: Sort KEYWORDS (diff) | |
download | gentoo-1b662a89a4ac8d7194b897888535fbe7f6b839ba.tar.gz gentoo-1b662a89a4ac8d7194b897888535fbe7f6b839ba.tar.bz2 gentoo-1b662a89a4ac8d7194b897888535fbe7f6b839ba.zip |
dev-java/joda-time: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r-- | dev-java/joda-time/joda-time-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/joda-time/joda-time-2.7.ebuild b/dev-java/joda-time/joda-time-2.7.ebuild index fbf0a92b476f..29ea57c0f51b 100644 --- a/dev-java/joda-time/joda-time-2.7.ebuild +++ b/dev-java/joda-time/joda-time-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -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 x86 ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" RESTRICT="test" |