diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:21:24 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-21 15:39:48 +0100 |
commit | 692a1060d529fbe419d8160b6f19fc67a58003af (patch) | |
tree | 4d0ed6edb94a65ded7fdcc6f197f6429e57ce51f /x11-themes/yasis-icon-theme | |
parent | x11-themes/gargantuan-icon-theme: Bump EAPI (diff) | |
download | gentoo-692a1060d529fbe419d8160b6f19fc67a58003af.tar.gz gentoo-692a1060d529fbe419d8160b6f19fc67a58003af.tar.bz2 gentoo-692a1060d529fbe419d8160b6f19fc67a58003af.zip |
x11-themes/yasis-icon-theme: Bump EAPI
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes/yasis-icon-theme')
-rw-r--r-- | x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 5 |
1 files 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 49d68c80347a..c93ff928a674 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; } |