kde-apps/kdebase-meta: RDEPEND on kdecore-meta, drop USE=display-manager
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Tue, 19 Jan 2016 16:42:12 +0000 (17:42 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 19 Jan 2016 17:20:53 +0000 (04:20 +1100)
The same use flag is already part of plasma-meta, remove redundancy.

Package-Manager: portage-2.2.26

kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild [new file with mode: 0644]

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild
new file mode 100644 (file)
index 0000000..96f2bad
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       $(add_kdeapps_dep kdecore-meta)
+       $(add_plasma_dep plasma-meta)
+"