Signed-off-by: Matt Turner <matts...@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 <scarab...@gentoo.org> # Author: Donnie Berkholz <dberkh...@gentoo.org> # Author: Matt Turner <matts...@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