Skip to content

Commit

Permalink
kde-apps/libksane: Add USE=minimal to solve conflicts with libksane:5
Browse files Browse the repository at this point in the history
/usr/share/icons/hicolor/16x16/actions/black-white.png
/usr/share/icons/hicolor/16x16/actions/color.png
/usr/share/icons/hicolor/16x16/actions/gray-scale.png

Package-Manager: portage-2.2.27
  • Loading branch information
a17r authored and kensington committed Apr 8, 2016
1 parent 54a78b8 commit e8c0260
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions kde-apps/libksane/libksane-15.08.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -8,10 +8,18 @@ inherit kde4-base

DESCRIPTION="SANE Library interface for KDE"
KEYWORDS="amd64 x86"
IUSE="debug"
IUSE="debug minimal"
LICENSE="LGPL-2"

DEPEND="
media-gfx/sane-backends
"
RDEPEND="${DEPEND}"

src_install() {
kde4-base_src_install

if use minimal ; then
rm -r "${ED}"usr/share/icons || die
fi
}

0 comments on commit e8c0260

Please sign in to comment.