diff options
author | 2013-11-21 22:52:39 +0000 | |
---|---|---|
committer | 2013-11-21 22:52:39 +0000 | |
commit | ad0179ee8c461263f284ec00d608492c728f9dae (patch) | |
tree | 0cf7c3f9703635b6dd85b4e643394ef2fdc0b9ef /kde-base | |
parent | Version bump. (diff) | |
download | gentoo-2-ad0179ee8c461263f284ec00d608492c728f9dae.tar.gz gentoo-2-ad0179ee8c461263f284ec00d608492c728f9dae.tar.bz2 gentoo-2-ad0179ee8c461263f284ec00d608492c728f9dae.zip |
Add kde-misc/plasma-nm as alternative nm frontend wrt bug #486812.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/solid-runtime/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/solid-runtime/solid-runtime-4.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/solid-runtime/ChangeLog b/kde-base/solid-runtime/ChangeLog index b52240e658e9..6269d65a6a58 100644 --- a/kde-base/solid-runtime/ChangeLog +++ b/kde-base/solid-runtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/solid-runtime # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.141 2013/11/05 22:22:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.142 2013/11/21 22:52:39 johu Exp $ + + 21 Nov 2013; Johannes Huber <johu@gentoo.org> solid-runtime-4.11.3.ebuild: + Add kde-misc/plasma-nm as alternative nm frontend wrt bug #486812. *solid-runtime-4.11.3 (05 Nov 2013) diff --git a/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild b/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild index 5bf684f8d1ab..8237c67c0005 100644 --- a/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild +++ b/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild,v 1.1 2013/11/05 22:22:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/solid-runtime-4.11.3.ebuild,v 1.2 2013/11/21 22:52:39 johu Exp $ EAPI=5 @@ -24,5 +24,5 @@ KMEXTRA=" DEPEND="" RDEPEND="${DEPEND} bluetooth? ( net-wireless/bluedevil ) - networkmanager? ( kde-misc/networkmanagement ) + networkmanager? ( || ( kde-misc/networkmanagement kde-misc/plasma-nm ) ) " |