diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-08 11:24:54 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-08 11:24:54 +0100 |
commit | 9868628165dfbf67927ef498aa781a49af79dab9 (patch) | |
tree | 21d05383e46959eff9bd9a179525a411fc59771b /dev-java | |
parent | dev-util/FlameGraph: stabilize 1.0_p20220918 for amd64, x86 (diff) | |
download | gentoo-9868628165dfbf67927ef498aa781a49af79dab9.tar.gz gentoo-9868628165dfbf67927ef498aa781a49af79dab9.tar.bz2 gentoo-9868628165dfbf67927ef498aa781a49af79dab9.zip |
dev-java/mill-bin: stabilize 0.10.10 for amd64, x86
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/mill-bin/mill-bin-0.10.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/mill-bin/mill-bin-0.10.10.ebuild b/dev-java/mill-bin/mill-bin-0.10.10.ebuild index e8485c57dfd6..55bbda799eb5 100644 --- a/dev-java/mill-bin/mill-bin-0.10.10.ebuild +++ b/dev-java/mill-bin/mill-bin-0.10.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ MY_PN=${PN%-bin} DESCRIPTION="A Java/Scala build tool" HOMEPAGE="https://com-lihaoyi.github.io/mill/" SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly -> ${P}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="MIT" SLOT="0" |