summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-04-07 22:25:58 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-04-09 02:06:30 +1000
commite8c0260e9f9af14e7d473276a2139149994ce346 (patch)
tree74be7624f4574f2d6a7907b06676909cb274caec /kde-apps
parentapp-vim/greputils: EAPI 6 bump. (diff)
downloadgentoo-e8c0260e9f9af14e7d473276a2139149994ce346.tar.gz
gentoo-e8c0260e9f9af14e7d473276a2139149994ce346.tar.bz2
gentoo-e8c0260e9f9af14e7d473276a2139149994ce346.zip
kde-apps/libksane: Add USE=minimal to solve conflicts with libksane:5
/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
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/libksane/libksane-15.08.3.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/kde-apps/libksane/libksane-15.08.3.ebuild b/kde-apps/libksane/libksane-15.08.3.ebuild
index 3d7fa77324d4..2ad17a4d56f2 100644
--- a/kde-apps/libksane/libksane-15.08.3.ebuild
+++ b/kde-apps/libksane/libksane-15.08.3.ebuild
@@ -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$
@@ -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
+}