diff options
author | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-19 23:03:32 +0100 |
commit | c38c216d9790e4df49b096f675326dbbdf3d7342 (patch) | |
tree | 16b5c1c9c87f63dd183de3519038b38140202065 /x11-themes/fvwm-themes | |
parent | x11-themes/constantine-backgrounds: update EAPI 6 -> 8 (diff) | |
download | gentoo-c38c216d9790e4df49b096f675326dbbdf3d7342.tar.gz gentoo-c38c216d9790e4df49b096f675326dbbdf3d7342.tar.bz2 gentoo-c38c216d9790e4df49b096f675326dbbdf3d7342.zip |
x11-themes/fvwm-themes: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm-themes')
-rw-r--r-- | x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild (renamed from x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild) | 14 |
1 files 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 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 } |