commit:     c38c216d9790e4df49b096f675326dbbdf3d7342
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:32 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38c216d

x11-themes/fvwm-themes: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...-themes-0.7.0-r1.ebuild => fvwm-themes-0.7.0-r2.ebuild} | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild 
b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild
similarity index 73%
rename from x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
rename to x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild
index 3408eb54f1d6..9935fc153819 100644
--- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
+++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit autotools
 
 DESCRIPTION="A configuration framework for the fvwm window manager"
@@ -14,17 +15,16 @@ KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gnome"
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
-DEPEND="${RDEPEND}
-       gnome? ( virtual/imagemagick-tools )"
+DEPEND="${RDEPEND}"
+BDEPEND="gnome? ( virtual/imagemagick-tools )"
 
 PATCHES=(
-       "${FILESDIR}/${P}-gentoo.patch"
-       "${FILESDIR}/${P}-posix-sort.patch"
+       "${FILESDIR}"/${P}-gentoo.patch
+       "${FILESDIR}"/${P}-posix-sort.patch
 )
 
 src_prepare() {
        default
-       mv configure.in configure.ac || die "moving configure.in failed"
        eautoreconf
 }
 

Reply via email to