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/kjots/
Date: Thu, 30 May 2013 12:41:35
Message-Id: 1369916270.190888a69cb043b4377f80d3086341505a2d79d9.kensington@gentoo
1 commit: 190888a69cb043b4377f80d3086341505a2d79d9
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 12:17:50 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 12:17:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=190888a6
7
8 [kde-base/kjots] 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/kjots/kjots-4.10.49.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-base/kjots/kjots-4.10.49.9999.ebuild b/kde-base/kjots/kjots-4.10.49.9999.ebuild
17 index 579b5a6..fe168fa 100644
18 --- a/kde-base/kjots/kjots-4.10.49.9999.ebuild
19 +++ b/kde-base/kjots/kjots-4.10.49.9999.ebuild
20 @@ -14,7 +14,7 @@ IUSE="debug"
21
22 DEPEND="
23 >=dev-libs/grantlee-0.2.0
24 - $(add_kdebase_dep kdepimlibs 'semantic-desktop')
25 + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
26 $(add_kdebase_dep kdepim-common-libs)
27 "
28 RDEPEND="${DEPEND}"