diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-06-03 01:53:45 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-04 03:19:20 +0100 |
commit | f728665865ab8344f927af63a3b8dd80bfdadd23 (patch) | |
tree | efab4ec5bca3cfc9406c20186912dd9228217a2c /x11-themes/fvwm_icons | |
parent | x11-themes/fvwm-crystal: add 3.7.5 (diff) | |
download | gentoo-f728665865ab8344f927af63a3b8dd80bfdadd23.tar.gz gentoo-f728665865ab8344f927af63a3b8dd80bfdadd23.tar.bz2 gentoo-f728665865ab8344f927af63a3b8dd80bfdadd23.zip |
x11-themes/fvwm_icons: update EAPI 7 -> 8
Also add || dependency for x11-libs/fvwm3
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm_icons')
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index e7399aa8c577..a8dfc7c4702a 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.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 DESCRIPTION="Icons for use with FVWM" HOMEPAGE="https://www.fvwm.org/" @@ -12,7 +12,7 @@ LICENSE="GPL-2 FVWM" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -RDEPEND=">=x11-wm/fvwm-2.6.2" +RDEPEND="|| ( x11-wm/fvwm3 >=x11-wm/fvwm-2.6.2 )" src_install() { insinto /usr/share/icons/fvwm |