From: Johannes Huber Date: Wed, 18 Jan 2017 22:29:22 +0000 (+0100) Subject: x11-themes/redhat-artwork: Drop kdm use flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=273797925a53313b7fb1933b07d4058a47ca0528;p=gentoo.git x11-themes/redhat-artwork: Drop kdm use flag Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/x11-themes/redhat-artwork/metadata.xml b/x11-themes/redhat-artwork/metadata.xml index 2d7bbd8fb39b..a2f4d17bf65d 100644 --- a/x11-themes/redhat-artwork/metadata.xml +++ b/x11-themes/redhat-artwork/metadata.xml @@ -10,7 +10,6 @@ Install Bluecurve cursors Install Bluecurve gnome-base/gdm theme Install Bluecurve icons -Install Bluecurve kde-plasma/kdm theme Install Bluecurve gnome-base/nautilus icons diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild index abd7c67cb2cd..9d7fd2c66db5 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86" -IUSE="audacious cursors gdm icons kdm nautilus" +IUSE="audacious cursors gdm icons nautilus" RDEPEND="x11-libs/gtk+:2" DEPEND=" @@ -134,7 +134,7 @@ src_install () { # Some extra features - allows redhat-artwork to be very light: ### if ! use gdm; then rm -r "${D}"/usr/share/gdm || die; fi - if ! use kdm; then rm -r "${D}"/usr/share/apps/kdm || die; fi + rm -r "${D}"/usr/share/apps/kdm || die if ! use cursors; then rm -r "${D}"/usr/share/cursors || die; fi if ! use icons; then rm -r "${D}"/usr/share/icons || die