summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-02-29 16:04:02 -0500
committerMatt Turner <mattst88@gentoo.org>2024-02-29 16:04:43 -0500
commit0bf419b26fdadfa7c9644404656e0445f15330ca (patch)
treee7a92c33890ae99b42519d81c091bf86c25fcf10 /x11-apps/igt-gpu-tools
parentx11-apps/igt-gpu-tools: Add Python 3.12 compatibility (diff)
downloadgentoo-0bf419b26fdadfa7c9644404656e0445f15330ca.tar.gz
gentoo-0bf419b26fdadfa7c9644404656e0445f15330ca.tar.bz2
gentoo-0bf419b26fdadfa7c9644404656e0445f15330ca.zip
x11-apps/igt-gpu-tools: Remove empty assignment
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/igt-gpu-tools')
-rw-r--r--x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
index 8f6415b16655..1f80a8afe9ad 100644
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
+++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild
@@ -13,9 +13,7 @@ inherit ${GIT_ECLASS} meson python-any-r1
DESCRIPTION="Intel GPU userland tools"
HOMEPAGE="https://gitlab.freedesktop.org/drm/igt-gpu-tools"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=""
-else
+if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz"
fi