mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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
This commit is contained in:
committed by
Michael Palimaka
parent
54a78b8ec3
commit
e8c0260e9f
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user