diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:44:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:45:24 +0100 |
commit | fc33b46c74913b9c791b1b37811e64f658891a10 (patch) | |
tree | bdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/kconfig/kconfig-5.41.0.ebuild | |
parent | sys-auth/elogind: Drop 235.1 (diff) | |
download | gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2 gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip |
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kconfig/kconfig-5.41.0.ebuild')
-rw-r--r-- | kde-frameworks/kconfig/kconfig-5.41.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kconfig/kconfig-5.41.0.ebuild b/kde-frameworks/kconfig/kconfig-5.41.0.ebuild deleted file mode 100644 index e8447d66f025..000000000000 --- a/kde-frameworks/kconfig/kconfig-5.41.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 ) |