blob: adf2f405179a42bac469cd46d05635b7c400a36c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdegraphics"
inherit trinity-meta
DESCRIPTION="Trinity digital camera manager"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND="media-libs/libgphoto2"
RDEPEND="$DEPEND"
|