diff options
author | Johannes Huber <johu@gentoo.org> | 2015-06-11 20:00:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-06-11 20:00:24 +0000 |
commit | c6e8e63100d0a3ddb7f5f0226c0cc205befeeff9 (patch) | |
tree | 5744de1b7235412346214bce49adacdb502cb48e /kde-plasma | |
parent | Drop old (diff) | |
download | gentoo-2-c6e8e63100d0a3ddb7f5f0226c0cc205befeeff9.tar.gz gentoo-2-c6e8e63100d0a3ddb7f5f0226c0cc205befeeff9.tar.bz2 gentoo-2-c6e8e63100d0a3ddb7f5f0226c0cc205befeeff9.zip |
Add gtk USE flag, wrt github issue #263.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-meta/ChangeLog | 5 | ||||
-rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-plasma/plasma-meta/ChangeLog b/kde-plasma/plasma-meta/ChangeLog index e71eab98596d..92a74cafcc1f 100644 --- a/kde-plasma/plasma-meta/ChangeLog +++ b/kde-plasma/plasma-meta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-plasma/plasma-meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/ChangeLog,v 1.1 2015/05/31 22:06:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/ChangeLog,v 1.2 2015/06/11 20:00:24 johu Exp $ + + 11 Jun 2015; Johannes Huber <johu@gentoo.org> plasma-meta-5.3.1.ebuild: + Add gtk USE flag, wrt github issue #263. *plasma-meta-5.3.1 (31 May 2015) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild index bff9c3a92527..ed79d5320163 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild,v 1.1 2015/05/31 22:06:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild,v 1.2 2015/06/11 20:00:24 johu Exp $ EAPI=5 @@ -12,13 +12,12 @@ HOMEPAGE="http://www.kde.org/workspaces/plasmadesktop/" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64" -IUSE="bluetooth +display-manager +sddm networkmanager +wallpapers" +IUSE="bluetooth +display-manager gtk +sddm networkmanager +wallpapers" RDEPEND=" $(add_plasma_dep baloo) $(add_plasma_dep breeze) $(add_plasma_dep kde-cli-tools) - $(add_plasma_dep kde-gtk-config) $(add_plasma_dep kdecoration) $(add_plasma_dep kfilemetadata) $(add_plasma_dep khelpcenter) @@ -45,6 +44,7 @@ RDEPEND=" $(add_plasma_dep bluedevil) $(add_plasma_dep bluez-qt) ) + gtk? ( $(add_plasma_dep kde-gtk-config) ) display-manager? ( sddm? ( x11-misc/sddm ) !sddm? ( x11-misc/lightdm ) |