summaryrefslogtreecommitdiff
path: root/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild')
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index dabef6051249..c7e8ac8d0a28 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="A high quality set of animated mouse cursors"
HOMEPAGE="https://www.gentoo.org/"
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
IUSE=""
RDEPEND=""
@@ -18,8 +18,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/cursors"
src_install() {
- dodir /usr/share/cursors/xorg-x11
- cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die
+ insinto /usr/share/cursors/xorg-x11
+ doins -r *
}
pkg_postinst() {