* [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Disallow EAPI=7
@ 2024-12-17 4:19 Matt Turner
2024-12-17 4:19 ` [gentoo-dev] [PATCH 2/2] xorg-3.eclass: Change XORG_TARBALL_SUFFIX default from bz2 to xz Matt Turner
0 siblings, 1 reply; 2+ messages in thread
From: Matt Turner @ 2024-12-17 4:19 UTC (permalink / raw
To: gentoo-dev; +Cc: Matt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
eclass/xorg-3.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass
index ee4038533bfd..0d51be294051 100644
--- ./eclass/xorg-3.eclass
+++ ./eclass/xorg-3.eclass
@@ -8,7 +8,7 @@
# Author: Tomáš Chvátal <scarabeus@gentoo.org>
# Author: Donnie Berkholz <dberkholz@gentoo.org>
# Author: Matt Turner <mattst88@gentoo.org>
-# @SUPPORTED_EAPIS: 7 8
+# @SUPPORTED_EAPIS: 8
# @PROVIDES: multilib-minimal
# @BLURB: Reduces code duplication in the modularized X11 ebuilds.
# @DESCRIPTION:
@@ -23,7 +23,7 @@
# everything else should be automatic.
case ${EAPI} in
- 7|8) ;;
+ 8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-17 4:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 4:19 [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Disallow EAPI=7 Matt Turner
2024-12-17 4:19 ` [gentoo-dev] [PATCH 2/2] xorg-3.eclass: Change XORG_TARBALL_SUFFIX default from bz2 to xz Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox