app-portage/genlop: Fix variable order

Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
SigHunter 2024-09-09 14:29:21 +02:00
parent c3e20062aa
commit d2e536e5e0
No known key found for this signature in database
GPG Key ID: E6359D3AA1AA2397

View File

@ -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}"