summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-21 15:27:03 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-21 15:40:01 +0100
commit8ee691c0a356da853161479b207d268938718c9f (patch)
treea50768b207b992973f6d9946b6f1da82b332aee2 /x11-themes
parentx11-themes/nuovo-icon-theme: Bump EAPI (diff)
downloadgentoo-8ee691c0a356da853161479b207d268938718c9f.tar.gz
gentoo-8ee691c0a356da853161479b207d268938718c9f.tar.bz2
gentoo-8ee691c0a356da853161479b207d268938718c9f.zip
x11-themes/xfce-gant-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
index 4fa8477b0440..3715770acab6 100644
--- a/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
+++ b/x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit gnome2-utils
DESCRIPTION="Xfce Gant Icon Theme"
@@ -21,10 +22,10 @@ RESTRICT="binchecks strip"
S=${WORKDIR}/Gant.Xfce
src_install() {
- dodoc README || die
+ dodoc README
rm -f icons/iconrc~ README || die
insinto /usr/share/icons/Gant.Xfce
- doins -r * || die
+ doins -r *
}
pkg_preinst() { gnome2_icon_savelist; }