summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-11-21 15:24:04 +0100
committerPacho Ramos <pacho@gentoo.org>2015-11-21 15:39:57 +0100
commite2b34335581731b1cd076951b3eccd0e52f19ea3 (patch)
treec74b44827f30f95c6cec95daf49003ed32355c30 /x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild
parentx11-themes/nou-icon-theme: Bump EAPI (diff)
downloadgentoo-e2b34335581731b1cd076951b3eccd0e52f19ea3.tar.gz
gentoo-e2b34335581731b1cd076951b3eccd0e52f19ea3.tar.bz2
gentoo-e2b34335581731b1cd076951b3eccd0e52f19ea3.zip
x11-themes/nuovo-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild')
-rw-r--r--x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild
index 10c0342237af..a74a9c42d66d 100644
--- a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild
+++ b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.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 Nuovo"
@@ -25,7 +26,7 @@ src_install() {
rm -f Nuovo/{AUTHORS,Changelog,COPYING,DONATE,INSTALL,README}
insinto /usr/share/icons
- doins -r Nuovo || die
+ doins -r Nuovo
}
pkg_preinst() { gnome2_icon_savelist; }