commit:     06444bac29f8e1686dd498615dcd30c1496fede6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 04:13:38 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 04:32:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06444bac

x11-themes/gentoo-xcursors: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697142
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 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 dabef605124..8536e5c4010 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/";
@@ -19,7 +19,8 @@ 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() {

Reply via email to