mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-java/identicon: reorder variables
Signed-off-by: Valérian Rousset <tharvik@users.noreply.github.com> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
parent
44116c91b8
commit
16d8931f0a
@ -12,6 +12,8 @@ DESCRIPTION="Visual representation of a hash value"
|
||||
HOMEPAGE="https://github.com/PauloMigAlmeida/identicon"
|
||||
COMMIT="96902d3c7c9733d9da4cce9c5ed424557fc2ec3c"
|
||||
SRC_URI="https://github.com/PauloMigAlmeida/identicon/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}/core"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="1"
|
||||
KEYWORDS="amd64 ~arm64"
|
||||
@ -29,7 +31,5 @@ RDEPEND="
|
||||
>=virtual/jre-1.8:*
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT}/core"
|
||||
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="cache2k-api-2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user