diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-13 04:06:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-26 21:28:34 +0100 |
commit | 70a1bef16b544424f85a90d4aada9070ed635824 (patch) | |
tree | 2424db5181ea3147f674da9bda11f0c8a337da5e /app-office/kexi/kexi-9999.ebuild | |
parent | app-office/kmymoney: EAPI-7 bump (diff) | |
download | kde-70a1bef16b544424f85a90d4aada9070ed635824.tar.gz kde-70a1bef16b544424f85a90d4aada9070ed635824.tar.bz2 kde-70a1bef16b544424f85a90d4aada9070ed635824.zip |
app-office/kexi: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kexi/kexi-9999.ebuild')
-rw-r--r-- | app-office/kexi/kexi-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index b603ea28f2..25a9a4a086 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-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="true" KDE_TEST="forceoptional" @@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project. KEYWORDS="" IUSE="debug experimental marble mdb mysql postgres sqlite webkit" -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep breeze-icons-rcc) $(add_frameworks_dep karchive) $(add_frameworks_dep kcodecs) @@ -53,13 +53,11 @@ COMMON_DEPEND=" ) webkit? ( $(add_qt_dep qtwebkit) ) " -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !app-office/calligra:4[calligra_features_kexi] !app-office/calligra-l10n:4[calligra_features_kexi(+)] " +BDEPEND="sys-devel/gettext" src_prepare() { if ! use webkit; then |