app-portage/genlop: Fix variable order
Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
parent
c3e20062aa
commit
d2e536e5e0
@ -9,6 +9,8 @@ DESCRIPTION="A nice emerge.log parser"
|
|||||||
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
|
||||||
SRC_URI="https://github.com/Ociidii-Works/genlop/archive/genlop-${PV}.tar.gz"
|
SRC_URI="https://github.com/Ociidii-Works/genlop/archive/genlop-${PV}.tar.gz"
|
||||||
|
|
||||||
|
S=${WORKDIR}/genlop-genlop-${PV}
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||||
@ -19,7 +21,6 @@ DEPEND="dev-lang/perl
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
# Please send help
|
# Please send help
|
||||||
S=${WORKDIR}/genlop-genlop-${PV}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
echo "S=${S}"
|
echo "S=${S}"
|
||||||
|
Loading…
Reference in New Issue
Block a user