summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-21 15:17:11 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-22 15:00:41 +0200
commit24f9888e5ee85f6445d971576c021a9ea680be75 (patch)
treed6ba6af5158fcd191d09ea97220079db8d5bf12b /x11-themes
parentx11-themes/fvwm_sounds: EAPI bump (diff)
downloadgentoo-24f9888e5ee85f6445d971576c021a9ea680be75.tar.gz
gentoo-24f9888e5ee85f6445d971576c021a9ea680be75.tar.bz2
gentoo-24f9888e5ee85f6445d971576c021a9ea680be75.zip
x11-themes/pulse-glass: EAPI bump
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/pulse-glass/pulse-glass-20100616.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild b/x11-themes/pulse-glass/pulse-glass-20100616.ebuild
index 2f02fd2fca77..c8c3fb509b90 100644
--- a/x11-themes/pulse-glass/pulse-glass-20100616.ebuild
+++ b/x11-themes/pulse-glass/pulse-glass-20100616.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
MY_PN="Pulse-Glass"
DESCRIPTION="The Pulse Glass x11 mouse cursor theme"
@@ -16,5 +18,5 @@ S="${WORKDIR}/${MY_PN}"
src_install() {
insinto /usr/share/cursors/xorg-x11/${MY_PN}
- doins -r cursors || die
+ doins -r cursors
}