dev-util/kdbg: Drop 3.0.0-r1
[gentoo.git] / kde-frameworks / kcodecs / kcodecs-5.65.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 QTMIN=5.12.3
7 inherit ecm kde.org
8
9 DESCRIPTION="Framework for manipulating strings using various encodings"
10 LICENSE="GPL-2+ LGPL-2+"
11 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
12 IUSE="nls"
13
14 BDEPEND="
15         dev-util/gperf
16         nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
17 "