diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-10 21:13:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-10 21:32:13 -0700 |
commit | 06444bac29f8e1686dd498615dcd30c1496fede6 (patch) | |
tree | 863aa5bdc46bd734f4ff580001078d5f08fe50c9 /x11-themes/gentoo-xcursors | |
parent | net-libs/nodejs: Depend on >=net-libs/http-parser-2.9.0:= (diff) | |
download | gentoo-06444bac29f8e1686dd498615dcd30c1496fede6.tar.gz gentoo-06444bac29f8e1686dd498615dcd30c1496fede6.tar.bz2 gentoo-06444bac29f8e1686dd498615dcd30c1496fede6.zip |
x11-themes/gentoo-xcursors: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697142
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/gentoo-xcursors')
-rw-r--r-- | x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 7 |
1 files 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 dabef6051249..8536e5c40104 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() { |