Diff zimg-3.0.4-r1 with a zimg-9999

/usr/portage/media-libs/zimg/zimg-9999.ebuild 2026-02-10 11:18:07.217453437 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
	inherit git-r3
9 9
else
10 10
	SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
12 12
	S="${WORKDIR}/${PN}-release-${PV}/"
13 13
fi
14 14
inherit autotools multilib-minimal
......
20 20
SLOT="0"
21 21
IUSE="debug static-libs test"
22 22
RESTRICT="!test? ( test )"
23
DEPEND="test? ( dev-cpp/gtest )"
24

  
25
PATCHES=(
26
	"${FILESDIR}/system-gtest.patch"
27
	"${FILESDIR}/backport-e29571f-issue-175.patch"
28
)
29 23

  
30 24
src_prepare() {
31 25
	default
Thank you!