commit: 5fee2f897f6d167228d4ab28c77af6b2b4c41a84
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 15:09:10 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 5 15:09:10 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5fee2f89
[kde-frameworks/knotifications] Add nls dependency.
Package-Manager: portage-2.2.8-r1
---
kde-frameworks/knotifications/knotifications-4.99.0.ebuild | 1 +
kde-frameworks/knotifications/knotifications-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
index c3e9c59..ed037a5 100644
--- a/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-4.99.0.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
"
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild
b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 5d5ef71..162c2c3 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -31,6 +31,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ nls? ( dev-qt/linguist-tools:5 )
X? ( x11-proto/xproto )
"