media-gfx/evoluspencil: set rpm.eclass var for reference rpm support

fix variableorder

Closes: https://bugs.gentoo.org/973242
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/736
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2026-04-25 10:16:55 +02:00
committed by Sam James
parent 56e285ef06
commit 3fddfc3b5b

View File

@@ -1,8 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RPM_COMPRESS_TYPE=xz
inherit desktop rpm xdg-utils
MY_PN="Pencil"
@@ -10,6 +11,7 @@ MY_PN="Pencil"
DESCRIPTION="A simple GUI prototyping tool to create mockups"
HOMEPAGE="https://pencil.evolus.vn/"
SRC_URI="https://pencil.evolus.vn/dl/V${PV}.ga/${MY_PN}-${PV}.ga.x86_64.rpm"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
@@ -51,8 +53,6 @@ IDEPEND="
dev-util/gtk-update-icon-cache
"
S="${WORKDIR}"
# bug 703602
RESTRICT="splitdebug"