You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/libksane/libksane-16.08.3.ebuild

28 lines
580 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
KDE_BLOCK_SLOT4="false"
inherit kde5
DESCRIPTION="SANE Library interface based on KDE Frameworks"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-gfx/sane-backends
"
RDEPEND="${DEPEND}
!<kde-apps/libksane-15.08.3-r1:4
!kde-base/legacy-icons
"