Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/kget/
Date: Thu, 30 May 2013 12:41:34
Message-Id: 1369916233.8738ae8739c6ea2910ca0cc1bc037cbbcf86b07d.kensington@gentoo
1 commit: 8738ae8739c6ea2910ca0cc1bc037cbbcf86b07d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 12:17:13 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 12:17:13 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8738ae87
7
8 [kde-base/kget] Add USE dependency default in preparation for the removal of the semantic-desktop USE flag.
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 kde-base/kget/kget-4.10.49.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-base/kget/kget-4.10.49.9999.ebuild b/kde-base/kget/kget-4.10.49.9999.ebuild
17 index c84f833..b50705b 100644
18 --- a/kde-base/kget/kget-4.10.49.9999.ebuild
19 +++ b/kde-base/kget/kget-4.10.49.9999.ebuild
20 @@ -15,7 +15,7 @@ IUSE="debug bittorrent mms semantic-desktop sqlite webkit"
21
22 RDEPEND="
23 app-crypt/qca:2
24 - $(add_kdebase_dep kdelibs 'semantic-desktop?')
25 + $(add_kdebase_dep kdelibs 'semantic-desktop(+)?')
26 $(add_kdebase_dep kdepimlibs)
27 $(add_kdebase_dep libkonq)
28 $(add_kdebase_dep libkworkspace)