kcodecs-5.29.0.ebuild 313 B

1234567891011121314
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit kde5
  5. DESCRIPTION="Framework for manipulating strings using various encodings"
  6. LICENSE="GPL-2+ LGPL-2+"
  7. KEYWORDS="amd64 ~arm x86"
  8. IUSE="nls"
  9. DEPEND="nls? ( $(add_qt_dep linguist-tools) )"