Skip to content

Commit

Permalink
x11-themes/redhat-artwork: Drop kdm use flag
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
johu committed Jan 18, 2017
1 parent da1ec5f commit 2737979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion x11-themes/redhat-artwork/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<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>
6 changes: 3 additions & 3 deletions x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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="
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2737979

Please sign in to comment.