<flag name="cursors">Install Bluecurve cursors</flag>
<flag name="gdm">Install Bluecurve <pkg>gnome-base/gdm</pkg> theme</flag>
<flag name="icons">Install Bluecurve icons</flag>
-<flag name="kdm">Install Bluecurve <pkg>kde-plasma/kdm</pkg> theme</flag>
<flag name="nautilus">Install Bluecurve <pkg>gnome-base/nautilus</pkg> icons</flag>
</use>
</pkgmetadata>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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="
# 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