From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EDD67138A1A for ; Wed, 14 Jan 2015 00:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 932E3E07F7; Wed, 14 Jan 2015 00:34:02 +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 20E16E07F7 for ; Wed, 14 Jan 2015 00:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A8F234016B for ; Wed, 14 Jan 2015 00:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4F0F85D for ; Wed, 14 Jan 2015 00:33:59 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1421195613.901898bfdaa88071c79636901f65c7611189ceb7.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 901898bfdaa88071c79636901f65c7611189ceb7 X-VCS-Branch: master Date: Wed, 14 Jan 2015 00:33:59 +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: d7e21450-587b-4f7a-8652-74c0cddc24f2 X-Archives-Hash: 5138ec850a5f88ba8576e150f6e47cb5 commit: 901898bfdaa88071c79636901f65c7611189ceb7 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jan 14 00:33:33 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jan 14 00:33:33 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=901898bf [kde-plasma/plasma-desktop] Remove bluetooth useflag from plasma-5.1, add it to plasma-5.2 Package-Manager: portage-2.2.15 --- kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild | 3 +-- kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild | 3 ++- kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild index cee79aa..3608ec3 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.1.2.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS=" ~amd64" -IUSE="bluetooth +fontconfig networkmanager pulseaudio usb" +IUSE="+fontconfig networkmanager pulseaudio usb" COMMON_DEPEND=" $(add_kdeplasma_dep breeze) @@ -68,7 +68,6 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxkbfile x11-libs/libXtst - bluetooth? ( $(add_kdeplasma_dep bluedevil) ) fontconfig? ( media-libs/fontconfig media-libs/freetype diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild index 3608ec3..cee79aa 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.1.95.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS=" ~amd64" -IUSE="+fontconfig networkmanager pulseaudio usb" +IUSE="bluetooth +fontconfig networkmanager pulseaudio usb" COMMON_DEPEND=" $(add_kdeplasma_dep breeze) @@ -68,6 +68,7 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxkbfile x11-libs/libXtst + bluetooth? ( $(add_kdeplasma_dep bluedevil) ) fontconfig? ( media-libs/fontconfig media-libs/freetype diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 88160ee..77e89f1 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE Plasma desktop" KEYWORDS="" -IUSE="+fontconfig networkmanager pulseaudio usb" +IUSE="bluetooth +fontconfig networkmanager pulseaudio usb" COMMON_DEPEND=" $(add_kdeplasma_dep breeze) @@ -68,6 +68,7 @@ COMMON_DEPEND=" x11-libs/libXi x11-libs/libxkbfile x11-libs/libXtst + bluetooth? ( $(add_kdeplasma_dep bluedevil) ) fontconfig? ( media-libs/fontconfig media-libs/freetype