From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 45D5C1381FA for ; Thu, 29 May 2014 13:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B10CBE0825; Thu, 29 May 2014 13:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B9DE0825 for ; Thu, 29 May 2014 13:43:08 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3073F33FC3B for ; Thu, 29 May 2014 13:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C939B181A9 for ; Thu, 29 May 2014 13:43:05 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1401370971.82ab823b9c3b5eb52689c2d0e0cd2be3f945349e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-base/plasma-desktop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 82ab823b9c3b5eb52689c2d0e0cd2be3f945349e X-VCS-Branch: master Date: Thu, 29 May 2014 13:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8dd74a3-9ea5-4086-971b-4c04e2eda1e5 X-Archives-Hash: ff8fa3887d273f17ef33a4e5bd46fae5 commit: 82ab823b9c3b5eb52689c2d0e0cd2be3f945349e Author: Johannes Huber gentoo org> AuthorDate: Thu May 29 13:42:51 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 29 13:42:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=82ab823b [kde-base/plasma-desktop] Restore bluetooth, networkamanger USE flags Feature parity with kde-base/solid-runtime from KDE SC 4. Package-Manager: portage-2.2.10 --- kde-base/plasma-desktop/plasma-desktop-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-base/plasma-desktop/plasma-desktop-9999.ebuild b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild index 55aa82d..810d22d 100644 --- a/kde-base/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS="" -IUSE="+fontconfig pulseaudio usb" +IUSE="bluetooth +fontconfig networkmanager pulseaudio usb" RDEPEND=" $(add_kdebase_dep kwin) @@ -64,12 +64,14 @@ RDEPEND=" x11-libs/libXi x11-libs/libxkbfile x11-libs/libXtst + bluetooth? ( net-wireless/bluedevil:5 ) fontconfig? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/xcb-util-image ) + networkmanager? ( kde-misc/plasma-nm:5 ) pulseaudio? ( dev-libs/glib:2 media-libs/libcanberra