commit: 2d8519976b581c7ab249c4b949aaac4981b374cb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 14:22:22 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 14:39:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d851997
x11-themes/nou-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
index 5e5037a..78aacba 100644
--- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
+++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild
@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit gnome2-utils versionator
-MY_PV=$(delete_all_version_separators ${PV})
+MY_PV="$(delete_all_version_separators ${PV})"
DESCRIPTION="A scalable icon theme called Nou"
HOMEPAGE="http://www.silvestre.com.ar/"
@@ -27,7 +28,7 @@ src_install() {
rm -f Nou/{AUTHORS,COPYING,DONATE,INSTALL,README,.icon-theme.cache}
insinto /usr/share/icons
- doins -r Nou || die
+ doins -r Nou
}
pkg_preinst() { gnome2_icon_savelist; }