diff options
author | Sam James <sam@gentoo.org> | 2022-08-05 05:51:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-05 05:51:54 +0100 |
commit | 012c626fdaa1c9da5b66dab2d34f85235db2d24f (patch) | |
tree | 5a8f7155ae35f7e6073e2b70018e50b578338113 /x11-wm/fvwm | |
parent | x11-wm/fvwm: install man pages; add Python dependency (diff) | |
download | gentoo-012c626fdaa1c9da5b66dab2d34f85235db2d24f.tar.gz gentoo-012c626fdaa1c9da5b66dab2d34f85235db2d24f.tar.bz2 gentoo-012c626fdaa1c9da5b66dab2d34f85235db2d24f.zip |
x11-wm/fvwm: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.6.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild index 78393f83efc9..f62fad64c0be 100644 --- a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild +++ b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic python-single-r1 desktop @@ -14,7 +14,7 @@ LICENSE="GPL-2+ FVWM" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype +vanilla xinerama lock" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" sys-libs/zlib |