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 5FCE91381FA for ; Mon, 12 May 2014 08:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9E3E0A93; Mon, 12 May 2014 08:56:47 +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 91B10E0A93 for ; Mon, 12 May 2014 08:56:47 +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 A102A33FB49 for ; Mon, 12 May 2014 08:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 33B9F181A9 for ; Mon, 12 May 2014 08:56:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1399884571.979830a7ad0488f89fddccb9b8183fa051d1fc62.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libplasmaclock/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild X-VCS-Directories: kde-base/libplasmaclock/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 979830a7ad0488f89fddccb9b8183fa051d1fc62 X-VCS-Branch: master Date: Mon, 12 May 2014 08:56:45 +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: b95902be-1b7b-48d6-9e72-42250a46fd34 X-Archives-Hash: 21d422c2db039ddd3529ca9a1e0dc327 commit: 979830a7ad0488f89fddccb9b8183fa051d1fc62 Author: Michael Palimaka gentoo org> AuthorDate: Mon May 12 08:49:31 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon May 12 08:49:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=979830a7 [kde-base/libplasmaclock] Enable kdepim USE by default. In 145464c303b744c6b89138f2f55f417fbe75dee2 the same USE flag was added to kde-base/plasma-workspace and enabled by default. Since it declares a dependency on $(add_kdebase_dep libplasmaclock 'kdepim?'), this change will avoid the user needing to change their USE flags just to emerge kde. Package-Manager: portage-2.2.8-r1 --- kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild | 2 +- kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild index 1832ea8..2b941c8 100644 --- a/kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild +++ b/kde-base/libplasmaclock/libplasmaclock-4.11.49.9999.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta DESCRIPTION="Libraries for KDE Plasma's clocks" KEYWORDS="" -IUSE="debug kdepim" +IUSE="debug +kdepim" DEPEND=" $(add_kdebase_dep kephal) diff --git a/kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild index 24deb0d..e1e70ef 100644 --- a/kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild +++ b/kde-base/libplasmaclock/libplasmaclock-4.11.9-r1.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta DESCRIPTION="Libraries for KDE Plasma's clocks" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug kdepim" +IUSE="debug +kdepim" DEPEND=" $(add_kdebase_dep kephal)