Files
gentoo/kde-frameworks/kcodecs/kcodecs-5.50.0.ebuild
Mikle Kolyada bc42c2ff00 kde-frameworks/kcodecs: amd64 stable wrt bug #667760
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
2018-10-10 14:48:25 +03:00

17 lines
336 B
Bash

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="nls"
DEPEND="
dev-util/gperf
nls? ( $(add_qt_dep linguist-tools) )
"