diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-21 07:08:29 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-26 21:28:43 +0100 |
| commit | a045dfdd144e285fc02ef8ca9f39a263dd786d7a (patch) | |
| tree | 9ba3fa055201217c1cdcabc1e22c51839d917d87 /kde-apps/kdepim-runtime | |
| parent | bf527842844737a71d0ec1399d026c12fa347b4a (diff) | |
| download | kde-a045dfdd144e285fc02ef8ca9f39a263dd786d7a.tar.gz kde-a045dfdd144e285fc02ef8ca9f39a263dd786d7a.tar.bz2 kde-a045dfdd144e285fc02ef8ca9f39a263dd786d7a.zip | |
kde-apps: 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-apps/kdepim-runtime')
| -rw-r--r-- | kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index 640863d973b..312f3f0f043 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-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_HANDBOOK="forceoptional" KDE_TEST="forceoptional" @@ -14,6 +14,10 @@ KEYWORDS="" IUSE="" # TODO kolab +BDEPEND=" + dev-libs/libxslt + test? ( $(add_kdeapps_dep kimap 'test') ) +" COMMON_DEPEND=" $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcompletion) @@ -65,8 +69,6 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} $(add_qt_dep qtxmlpatterns) - dev-libs/libxslt - test? ( $(add_kdeapps_dep kimap 'test') ) " RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-l10n |
