Sort dependencies. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>pull/184/head
parent
863eee09b7
commit
04649a0aa6
@ -1,18 +1,20 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Copyright 2020 The Trinity Desktop Project
|
# Copyright 2020 The Trinity Desktop Project
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
TRINITY_MODULE_NAME="tdegraphics"
|
|
||||||
|
|
||||||
|
TRINITY_MODULE_NAME="tdegraphics"
|
||||||
inherit trinity-meta-2
|
inherit trinity-meta-2
|
||||||
|
|
||||||
DESCRIPTION="SVG viewer library and embeddable kpart"
|
DESCRIPTION="SVG viewer library and embeddable kpart"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
DEPEND="media-libs/freetype
|
DEPEND="
|
||||||
|
dev-libs/fribidi
|
||||||
media-libs/fontconfig
|
media-libs/fontconfig
|
||||||
=media-libs/libart_lgpl-${PV}
|
media-libs/freetype
|
||||||
media-libs/lcms:0
|
media-libs/lcms:0
|
||||||
dev-libs/fribidi"
|
~media-libs/libart_lgpl-${PV}
|
||||||
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
Loading…
Reference in new issue