net-analyzer/ipscan-bin: VariableOrderWrong
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
ef9ece1797
commit
9c0f00beef
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -10,19 +10,19 @@ inherit wrapper desktop xdg
|
|||||||
DESCRIPTION="Angry IP Scanner - fast and friendly network scanner"
|
DESCRIPTION="Angry IP Scanner - fast and friendly network scanner"
|
||||||
HOMEPAGE="https://angryip.org/"
|
HOMEPAGE="https://angryip.org/"
|
||||||
SRC_URI="https://github.com/angryip/${MY_PN}/releases/download/${PV}/${MY_PN}-linux64-${PV}.jar -> ${P}.jar"
|
SRC_URI="https://github.com/angryip/${MY_PN}/releases/download/${PV}/${MY_PN}-linux64-${PV}.jar -> ${P}.jar"
|
||||||
|
S="${DISTDIR}"
|
||||||
|
|
||||||
RESTRICT="bindist mirror strip test"
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="-* ~amd64"
|
KEYWORDS="-* ~amd64"
|
||||||
|
|
||||||
|
RESTRICT="bindist mirror strip test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=virtual/jre-1.7:*
|
>=virtual/jre-1.7:*
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
"
|
"
|
||||||
|
|
||||||
S="${DISTDIR}"
|
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
# Don't unpack; instead:
|
# Don't unpack; instead:
|
||||||
if ! use amd64
|
if ! use amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user