diff options
author | 2019-01-19 17:30:19 +0100 | |
---|---|---|
committer | 2019-01-26 21:28:41 +0100 | |
commit | 20bb30050297c3537973239ed1655a2e7e582848 (patch) | |
tree | 844ddd891c03eace4e743ff017a844a1b2e5c028 /app-office/kexi/kexi-9999.ebuild | |
parent | app-office/kmymoney: EAPI-7 bump (diff) | |
download | kde-20bb30050297c3537973239ed1655a2e7e582848.tar.gz kde-20bb30050297c3537973239ed1655a2e7e582848.tar.bz2 kde-20bb30050297c3537973239ed1655a2e7e582848.zip |
app-office/kexi: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index 25a9a4a086..64f197dc99 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="https://www.kde.org/applications/office/kexi/ http://www.kexi-project. KEYWORDS="" IUSE="debug experimental marble mdb mysql postgres sqlite webkit" +BDEPEND="sys-devel/gettext" DEPEND=" $(add_frameworks_dep breeze-icons-rcc) $(add_frameworks_dep karchive) @@ -57,7 +58,6 @@ 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 |