Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/
Date: Fri, 05 Aug 2022 04:52:09
Message-Id: 1659675114.012c626fdaa1c9da5b66dab2d34f85235db2d24f.sam@gentoo
1 commit: 012c626fdaa1c9da5b66dab2d34f85235db2d24f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 04:51:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 04:51:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c626f
7
8 x11-wm/fvwm: EAPI 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-wm/fvwm/fvwm-2.6.9-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
16 index 78393f83efc9..f62fad64c0be 100644
17 --- a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
18 +++ b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 inherit autotools flag-o-matic python-single-r1 desktop
28 @@ -14,7 +14,7 @@ LICENSE="GPL-2+ FVWM"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
31 IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype +vanilla xinerama lock"
32 - REQUIRED_USE="${PYTHON_REQUIRED_USE}"
33 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 COMMON_DEPEND="
36 sys-libs/zlib