From 3fddfc3b5b78180c12f8e8fb7f4ccb6e40d96dbe Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sat, 25 Apr 2026 10:16:55 +0200 Subject: [PATCH] media-gfx/evoluspencil: set rpm.eclass var for reference rpm support fix variableorder Closes: https://bugs.gentoo.org/973242 Signed-off-by: Nicolas PARLANT Part-of: https://codeberg.org/gentoo/gentoo/pulls/736 Signed-off-by: Sam James --- media-gfx/evoluspencil/evoluspencil-3.1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/evoluspencil/evoluspencil-3.1.1.ebuild b/media-gfx/evoluspencil/evoluspencil-3.1.1.ebuild index c6d1ca964fe9e..3bcf973e51334 100644 --- a/media-gfx/evoluspencil/evoluspencil-3.1.1.ebuild +++ b/media-gfx/evoluspencil/evoluspencil-3.1.1.ebuild @@ -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"