diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:24:04 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:39:57 +0100 |
commit | e2b34335581731b1cd076951b3eccd0e52f19ea3 (patch) | |
tree | c74b44827f30f95c6cec95daf49003ed32355c30 /x11-themes/nuovo-icon-theme | |
parent | x11-themes/nou-icon-theme: Bump EAPI (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild | 3 |
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; } |