diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-23 20:25:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-23 20:25:19 +0200 |
commit | d1347cecd58b1890d68662dd1bc4f2d18e649796 (patch) | |
tree | 322687f154cb16c841644924226171dfdc3ec23b /dev-java/commons-nullanalysis | |
parent | dev-java/commons-junit4: Stabilize 1.2.17 arm64, #891809 (diff) | |
download | gentoo-d1347cecd58b1890d68662dd1bc4f2d18e649796.tar.gz gentoo-d1347cecd58b1890d68662dd1bc4f2d18e649796.tar.bz2 gentoo-d1347cecd58b1890d68662dd1bc4f2d18e649796.zip |
dev-java/commons-nullanalysis: Stabilize 1.2.17 arm64, #891809
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/commons-nullanalysis')
-rw-r--r-- | dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild index 0d00cc309fa1..837845785cf6 100644 --- a/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild +++ b/dev-java/commons-nullanalysis/commons-nullanalysis-1.2.17.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |