mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
17 lines
336 B
Bash
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) )
|
|
"
|