From 888ffcc879622905e25f26437c34abce8e418261 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 24 Apr 2016 13:05:55 +0200 Subject: x11-themes/gnome-colors-themes: Bump EAPI Package-Manager: portage-2.2.28 --- x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 7 +++++-- 1 file 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() { -- cgit v1.2.3-65-gdbad