diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-14 00:47:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 20:58:03 +0200 |
commit | e6dab810f7b6fd2bb5727cfe8637ff560b0bc865 (patch) | |
tree | 043746c6dd92fb08f06d3901362ebd7dcfed32f2 /app-office/kraft | |
parent | app-office/kmymoney: Add SQL_REQUIRED="always" (diff) | |
download | gentoo-e6dab810f7b6fd2bb5727cfe8637ff560b0bc865.tar.gz gentoo-e6dab810f7b6fd2bb5727cfe8637ff560b0bc865.tar.bz2 gentoo-e6dab810f7b6fd2bb5727cfe8637ff560b0bc865.zip |
app-office/kraft: Add QT3SUPPORT_REQUIRED="true", SQL_REQUIRED="always"
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'app-office/kraft')
-rw-r--r-- | app-office/kraft/kraft-0.59.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-office/kraft/kraft-0.59.ebuild b/app-office/kraft/kraft-0.59.ebuild index ae19386c3424..48777bb0f346 100644 --- a/app-office/kraft/kraft-0.59.ebuild +++ b/app-office/kraft/kraft-0.59.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 KDE_LINGUAS="ast bg bs cs da de en_GB eo es et fi fr ga gl hu it ja lt mai mr nds nl pl pt pt_BR ru sk sv tr ug uk zh_CN" +QT3SUPPORT_REQUIRED="true" +SQL_REQUIRED="always" inherit kde4-base DESCRIPTION="Software for operating a small business, creating documents such as invoices" |