Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/
Date: Mon, 05 May 2014 15:09:26
Message-Id: 1399302550.5fee2f897f6d167228d4ab28c77af6b2b4c41a84.kensington@gentoo
1 commit: 5fee2f897f6d167228d4ab28c77af6b2b4c41a84
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 5 15:09:10 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon May 5 15:09:10 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5fee2f89
7
8 [kde-frameworks/knotifications] Add nls dependency.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 kde-frameworks/knotifications/knotifications-4.99.0.ebuild | 1 +
14 kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
18 index c3e9c59..ed037a5 100644
19 --- a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
20 +++ b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
21 @@ -31,6 +31,7 @@ RDEPEND="
22 )
23 "
24 DEPEND="${RDEPEND}
25 + nls? ( dev-qt/linguist-tools:5 )
26 X? ( x11-proto/xproto )
27 "
28
29
30 diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
31 index 5d5ef71..162c2c3 100644
32 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild
33 +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
34 @@ -31,6 +31,7 @@ RDEPEND="
35 )
36 "
37 DEPEND="${RDEPEND}
38 + nls? ( dev-qt/linguist-tools:5 )
39 X? ( x11-proto/xproto )
40 "