From 6b933047f46efec1aa747570f945344254227457 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Dec 2017 17:25:28 +0000 Subject: gentoo resync : 15.12.2017 --- kde-frameworks/kconfig/kconfig-5.41.0.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 kde-frameworks/kconfig/kconfig-5.41.0.ebuild (limited to 'kde-frameworks/kconfig/kconfig-5.41.0.ebuild') diff --git a/kde-frameworks/kconfig/kconfig-5.41.0.ebuild b/kde-frameworks/kconfig/kconfig-5.41.0.ebuild new file mode 100644 index 000000000000..e8447d66f025 --- /dev/null +++ b/kde-frameworks/kconfig/kconfig-5.41.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for reading and writing configuration" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="nls" + +RDEPEND=" + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${RDEPEND} + nls? ( $(add_qt_dep linguist-tools) ) + test? ( $(add_qt_dep qtconcurrent) ) +" + +# bug 560086 +RESTRICT+=" test" + +DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md ) -- cgit v1.2.3