diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-04-24 13:05:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-24 14:06:42 +0200 |
commit | 888ffcc879622905e25f26437c34abce8e418261 (patch) | |
tree | b261d147ad42ae95989b4f09d04d1a116df26b19 /x11-themes/gnome-colors-themes | |
parent | x11-themes/echo-icon-theme: Bump EAPI, addwrite looks to not be needed anymore (diff) | |
download | gentoo-888ffcc879622905e25f26437c34abce8e418261.tar.gz gentoo-888ffcc879622905e25f26437c34abce8e418261.tar.bz2 gentoo-888ffcc879622905e25f26437c34abce8e418261.zip |
x11-themes/gnome-colors-themes: Bump EAPI
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-themes/gnome-colors-themes')
-rw-r--r-- | x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild index ab1cb5c05846..886d68129487 100644 --- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild +++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=6 inherit gnome2-utils DESCRIPTION="Some gnome-colors iconsets including a Gentoo one" @@ -18,8 +18,11 @@ IUSE="" RDEPEND="x11-themes/gnome-colors-common" DEPEND="" + RESTRICT="binchecks strip" +S="${WORKDIR}" + src_compile() { einfo "Nothing to compile" } @@ -32,7 +35,7 @@ src_install() { doins -r "${i}" || die fi done - dodoc AUTHORS ChangeLog README + einstalldocs } pkg_preinst() { |