summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-26 11:26:00 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-26 11:26:47 -0400
commit82471b6f1bd3ce4b2d338f460d37b3bbd390153a (patch)
tree1095eb74252d75c2e09a34cc5f6f39dba6249503 /x11-base
parentx11-base/xorg-proto: Add Python 3.12 compatibility (diff)
downloadgentoo-82471b6f1bd3ce4b2d338f460d37b3bbd390153a.tar.gz
gentoo-82471b6f1bd3ce4b2d338f460d37b3bbd390153a.tar.bz2
gentoo-82471b6f1bd3ce4b2d338f460d37b3bbd390153a.zip
x11-base/xorg-proto: Remove empty global assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-proto/xorg-proto-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild
index 153efa0008ed..980d24c44384 100644
--- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
@@ -17,9 +17,7 @@ inherit ${GIT_ECLASS} meson python-any-r1
DESCRIPTION="X.Org combined protocol headers"
HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
-if [[ ${PV} = 9999* ]]; then
- SRC_URI=""
-else
+if [[ ${PV} != 9999* ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_P}"
@@ -37,7 +35,6 @@ BDEPEND="
')
)
"
-RDEPEND=""
python_check_deps() {
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]"