commit:     fa58c981a4d5fe22935e20852567a7e53403493d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=fa58c981

dev-qt/qtsql: EAPI-8 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtsql/qtsql-5.15.9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.15.9999.ebuild 
b/dev-qt/qtsql/qtsql-5.15.9999.ebuild
index a68df2c8..203d656f 100644
--- a/dev-qt/qtsql/qtsql-5.15.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.15.9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 QT5_MODULE="qtbase"
 inherit qt5-build
@@ -14,7 +14,6 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 IUSE="freetds mysql oci8 odbc postgres +sqlite"
-
 REQUIRED_USE="
        || ( freetds mysql oci8 odbc postgres sqlite )
 "
@@ -47,7 +46,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(usex sqlite -system-sqlite '')
+               $(usev sqlite -system-sqlite)
        )
 
        use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")

Reply via email to