diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-06-03 02:05:29 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-04 03:19:20 +0100 |
commit | 635a7c0555967a99c4356ccfbb4e513405c12e8f (patch) | |
tree | 1d4c513a7e67b4d5e5b9dcb99b55f5797e6de8e2 /x11-themes/fvwm_sounds | |
parent | x11-themes/fvwm_icons: update EAPI 7 -> 8 (diff) | |
download | gentoo-635a7c0555967a99c4356ccfbb4e513405c12e8f.tar.gz gentoo-635a7c0555967a99c4356ccfbb4e513405c12e8f.tar.bz2 gentoo-635a7c0555967a99c4356ccfbb4e513405c12e8f.zip |
x11-themes/fvwm_sounds: update EAPI 7 -> 8
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25609
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm_sounds')
-rw-r--r-- | x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index 2efd33f16102..3f0110105a35 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds 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/sounds/fvwm |