blob: 7fdd756fe417a825fcd8f2c250ee557e93c8e3cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
KMNAME=kdegraphics
KMMODULE=libs/libksane
inherit kde4svn-meta
DESCRIPTION="KDE scanner library"
KEYWORDS=""
IUSE="debug htmlhandbook"
LICENSE="LGPL-2"
DEPEND="kde-base/qimageblitz
media-gfx/sane-backends"
RDEPEND="${DEPEND}"
|