commit: 692a1060d529fbe419d8160b6f19fc67a58003af
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:21:24 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:39:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692a1060
x11-themes/yasis-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
index 49d68c8..c93ff92 100644
--- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
+++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit gnome2-utils
DESCRIPTION="A scalable icon theme called Yasis"
@@ -18,14 +19,14 @@ DEPEND=""
RESTRICT="binchecks strip"
-S=${WORKDIR}
+S="${WORKDIR}"
src_install() {
dodoc yasis/{AUTHORS,README}
rm -f yasis/{AUTHORS,COPYING,DONATE,INSTALL,README}
insinto /usr/share/icons
- doins -r yasis || die
+ doins -r yasis
}
pkg_preinst() { gnome2_icon_savelist; }