diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 07:34:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 07:49:11 +0000 |
commit | 99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0 (patch) | |
tree | e8dfec71e5e4b2a09b18f1241e72dc46472c432b /x11-themes/fvwm_icons | |
parent | dev-ruby/ruby_parser: add 3.15.1 (diff) | |
download | gentoo-99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0.tar.gz gentoo-99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0.tar.bz2 gentoo-99b20b9ae49a90dd109cb8c72119eff6a6ea9fe0.zip |
x11-themes/fvwm_icons: 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/fvwm_icons')
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 9 |
1 files 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 034c33fdde6e..3f34195417d0 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 . } |