dev-java/qdox: 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>
This commit is contained in:
Arthur Zamarin
2024-10-11 15:52:14 +03:00
parent 8e99e56b9a
commit bba3f5ddf7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="1.12"
KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos"
KEYWORDS="amd64 arm64 ppc64 x86 ~ppc-macos ~x64-macos"
IUSE="ant-task"
REQUIRED_USE="test? ( ant-task )"

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}/qdox-${P}"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="amd64 ~arm arm64 ppc64 ~ppc-macos ~x64-macos"
KEYWORDS="amd64 arm64 ppc64 ~ppc-macos ~x64-macos"
DEPEND="
dev-java/jflex:0