diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:50:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:54 +0300 |
commit | bf489ca19f2ea88fc371ee3e7a01f07494d61a4f (patch) | |
tree | 9804f03502ca3770196c62ce33e05e181b60996c /dev-java/msv | |
parent | dev-java/mockito: dekeyword arm (diff) | |
download | gentoo-bf489ca19f2ea88fc371ee3e7a01f07494d61a4f.tar.gz gentoo-bf489ca19f2ea88fc371ee3e7a01f07494d61a4f.tar.bz2 gentoo-bf489ca19f2ea88fc371ee3e7a01f07494d61a4f.zip |
dev-java/msv: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/msv')
-rw-r--r-- | dev-java/msv/msv-2022.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/msv/msv-2022.7.ebuild b/dev-java/msv/msv-2022.7.ebuild index 9f000389fc0a..4372b65dd143 100644 --- a/dev-java/msv/msv-2022.7.ebuild +++ b/dev-java/msv/msv-2022.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -18,7 +18,7 @@ SRC_URI="https://github.com/xmlark/msv/archive/msv-${PV}.tar.gz" LICENSE="BSD-1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" # Common dependencies # POM: pom.xml |