From: Matt Turner Date: Fri, 11 Oct 2019 04:13:38 +0000 (-0700) Subject: x11-themes/gentoo-xcursors: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06444bac29f8e1686dd498615dcd30c1496fede6;p=gentoo.git x11-themes/gentoo-xcursors: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697142 Signed-off-by: Matt Turner --- 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() {