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-15.12.1.ebuild.save.1

26 lines
513 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_BLOCK_SLOT4="false"
inherit kde5
DESCRIPTION="SANE Library interface for KDE"
KEYWORDS=" ~amd64 ~x86"
IUSE=""
LICENSE="LGPL-2"
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-gfx/sane-backends
"
RDEPEND="${DEPEND}"