dev-libs/geoip: mark s390 stable
[gentoo.git] / eclass / kde5-meta-pkg.eclass
index e1abba588d3ada625e696da04675e8d13383fced..feea480d9e17c940acf5165305c31992b8bcb3b3 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 # @ECLASS: kde5-meta-pkg.eclass
 # @MAINTAINER:
 # kde@gentoo.org
-# @BLURB: This eclass contains boilerplate for KDE 5 meta packages
+# @BLURB: This eclass contains boilerplate for KDE meta packages.
 # @DESCRIPTION:
-# This eclass should only be used for defining meta packages for KDE 5.
+# This eclass should only be used for defining meta packages bundling
+# software produced by the KDE community.
 
 if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
 _KDE5_META_PKG_ECLASS=1
@@ -18,6 +18,8 @@ HOMEPAGE="https://www.kde.org/"
 LICENSE="metapackage"
 SLOT="5"
 
-RDEPEND+=" !kde-apps/${PN}:4"
+if [[ ${CATEGORY} = kde-apps ]]; then
+       RDEPEND+=" !kde-apps/${PN}:4"
+fi
 
 fi