diff options
Diffstat (limited to 'kde-frameworks/knotifications/knotifications-9999.ebuild')
| -rw-r--r-- | kde-frameworks/knotifications/knotifications-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild index 59bc1dc3dfb..827a57e82a5 100644 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 KDE_TEST="false" inherit kde5 @@ -11,6 +11,9 @@ LICENSE="LGPL-2.1+" KEYWORDS="" IUSE="dbus nls phonon speech X" +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" RDEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kconfig) @@ -30,7 +33,6 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - nls? ( $(add_qt_dep linguist-tools) ) X? ( x11-base/xorg-proto ) " |
