commit:     99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 07:34:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 07:49:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b20b9a

x11-themes/fvwm_icons: fix RedundantDodir

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild 
b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
index 034c33fdde6..3f34195417d 100644
--- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
+++ b/x11-themes/fvwm_icons/fvwm_icons-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="Icons for use with FVWM"
 HOMEPAGE="https://www.fvwm.org/";
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
 
 RDEPEND=">=x11-wm/fvwm-2.6.2"
 
-S=${WORKDIR}/${PN}
-
 src_install() {
-       dodir /usr/share/icons/fvwm
        insinto /usr/share/icons/fvwm
        doins -r .
 }

Reply via email to