diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 07:35:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 07:49:13 +0000 |
commit | db8375274279a5e030db3c7fe7670c22412d6380 (patch) | |
tree | f8bcbf5ce07305f3f528ffe08dab3c57b79dbef6 /x11-themes | |
parent | x11-themes/fvwm_icons: mark ALLARCHES (diff) | |
download | gentoo-db8375274279a5e030db3c7fe7670c22412d6380.tar.gz gentoo-db8375274279a5e030db3c7fe7670c22412d6380.tar.bz2 gentoo-db8375274279a5e030db3c7fe7670c22412d6380.zip |
x11-themes/fvwm_sounds: fix RedundantDodir
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index d541b60c197f..fdfa78a80ccf 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Sounds for use with FVWM" HOMEPAGE="https://www.fvwm.org/" SRC_URI="mirror://gentoo/${P}.tgz" +S="${WORKDIR}" LICENSE="GPL-2 FVWM" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" RDEPEND=">=x11-wm/fvwm-2.6.2" -S=${WORKDIR} - src_install() { - dodir /usr/share/sounds/fvwm insinto /usr/share/sounds/fvwm doins -r . } |