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"