diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:27:03 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:40:01 +0100 |
commit | 8ee691c0a356da853161479b207d268938718c9f (patch) | |
tree | a50768b207b992973f6d9946b6f1da82b332aee2 | |
parent | x11-themes/nuovo-icon-theme: Bump EAPI (diff) | |
download | gentoo-8ee691c0a356da853161479b207d268938718c9f.tar.gz gentoo-8ee691c0a356da853161479b207d268938718c9f.tar.bz2 gentoo-8ee691c0a356da853161479b207d268938718c9f.zip |
x11-themes/xfce-gant-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
-rw-r--r-- | x11-themes/xfce-gant-icon-theme/xfce-gant-icon-theme-3.9_p6.ebuild | 5 |
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; } |