summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-06-04 16:11:33 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-04 16:11:33 +0100
commit55f839a0953ebee1f446f4fca0b5432f5c5f6794 (patch)
treedc3a4361fc244622c6422c1aa329f25adfd75796
parentnet-misc/ut-vpn: Bump to EAPI=6 (diff)
downloadbetagarden-55f839a0.tar.gz
betagarden-55f839a0.tar.bz2
betagarden-55f839a0.zip
x11-themes/murrinastormcloud: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
index 6661653..f9d94e2 100644
--- a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
+++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418"
SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz"
@@ -14,5 +16,5 @@ S="${WORKDIR}/"
src_install() {
insinto /usr/share/themes
- doins -r * || die "doins failed"
+ doins -r *
}