summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild7
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() {