From 5a6d2ea9dc2784cdf6da0194cc33a41517f84e5d Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Sat, 25 Apr 2026 10:17:25 +0200 Subject: [PATCH] net-misc/yandex-disk: set rpm.eclass var for reference rpm support fix variableorder Closes: https://bugs.gentoo.org/973251 Signed-off-by: Nicolas PARLANT Part-of: https://codeberg.org/gentoo/gentoo/pulls/736 Signed-off-by: Sam James --- net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild b/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild index 1ab4226a45604..62ed34ba037fa 100644 --- a/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild +++ b/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +RPM_COMPRESS_TYPE=none inherit bash-completion-r1 rpm MY_P="${PN}-${PV/_p/-}" @@ -13,6 +14,7 @@ SRC_URI=" amd64? ( https://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm ) x86? ( https://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm ) " +S="${WORKDIR}" LICENSE="YDSLA" SLOT="0" @@ -21,8 +23,6 @@ KEYWORDS="-* amd64 x86" DEPEND="app-arch/gzip" RDEPEND="virtual/zlib:=" -S="${WORKDIR}" - QA_PREBUILT="opt/bin/yandex-disk" src_prepare() {