diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-20 22:31:55 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-26 21:28:43 +0100 |
| commit | b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e (patch) | |
| tree | 3a66b2f05b922dc8410609b292fa2969ea13d0d4 /kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | |
| parent | 681629f1e7ffaccfb5fd575db5570e429f82fc94 (diff) | |
| download | kde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.tar.gz kde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.tar.bz2 kde-b34c05ee67c5ca7d00dda5ab239835d1a6e3a74e.zip | |
kde-frameworks: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild')
| -rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild index bb187860215..cc8218f4baa 100644 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild +++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-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="forceoptional" inherit kde5 @@ -11,15 +11,16 @@ LICENSE="LGPL-2+ LGPL-2.1+" KEYWORDS="" IUSE="nls" -RDEPEND=" +BDEPEND=" + dev-lang/perl + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) $(add_qt_dep qtxmlpatterns) " -DEPEND="${RDEPEND} - dev-lang/perl - nls? ( $(add_qt_dep linguist-tools) ) -" +RDEPEND="${DEPEND}" src_install() { kde5_src_install |
