commit: 8ee691c0a356da853161479b207d268938718c9f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:27:03 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:40:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee691c0
x11-themes/xfce-gant-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild | 5 +++--
1 file 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 4fa8477..3715770 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; }