blob: 5baf7429b41cc8727d49a17a6d11bf2f8201003f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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="SVG viewer library and embeddable kpart"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND=">=media-libs/freetype-2.2
media-libs/fontconfig
media-libs/libart_lgpl
media-libs/lcms:0
dev-libs/fribidi"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-bug1311.patch" )
|