commit: 415ee36fd22e68dc053c14fd831f9bb6bcd162f1 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Oct 12 18:11:01 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Oct 12 18:11:01 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=415ee36f
[net-irc/konversation] Remove nls USE flag which does nothing. gettext is (more or less) required unconditionally. We need to add extra logic beyond the scope of the eclass if we want to avoid the dep when no linguas is being used. Package-Manager: portage-2.2.12 --- net-irc/konversation/konversation-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index d36415d..8bbe11f 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -5,7 +5,6 @@ EAPI=5 EGIT_BRANCH="frameworks" -KDE_NLS="true" inherit kde5 DESCRIPTION="A user friendly IRC Client for KDE" @@ -49,7 +48,7 @@ RDEPEND=" crypt? ( app-crypt/qca:2[qt5] ) " DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) + sys-devel/gettext " src_configure() {