diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-02-04 17:32:08 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 21:49:22 +0100 |
commit | 948fced20603aa6a5f01fecb8d2e30226f1568c5 (patch) | |
tree | 25a5b7e5dd554c1586e0717940604919e9ef4ef3 /x11-themes | |
parent | x11-themes/nou-icon-theme: fix eclass usage (diff) | |
download | gentoo-948fced20603aa6a5f01fecb8d2e30226f1568c5.tar.gz gentoo-948fced20603aa6a5f01fecb8d2e30226f1568c5.tar.bz2 gentoo-948fced20603aa6a5f01fecb8d2e30226f1568c5.zip |
x11-themes/xcursor-themes: move to xorg-3
only need BDEPENDS
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild (renamed from x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild index 73f31c6d4b04..5ee511d9e43e 100644 --- a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 XORG_MODULE=data/ -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" +BDEPEND=" + x11-apps/xcursorgen +" RDEPEND=" x11-libs/libX11 x11-libs/libXcursor " -DEPEND="${RDEPEND} - x11-apps/xcursorgen" |