commit:     2ae8c074355e103f83ef99b68d5c44b68719f601
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 23:48:52 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 00:11:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2ae8c074

dev-qt/qtsql: convert to usex

Package-Manager: portage-2.3.0_rc1

 dev-qt/qtsql/qtsql-5.6.1.ebuild    | 2 +-
 dev-qt/qtsql/qtsql-5.6.9999.ebuild | 2 +-
 dev-qt/qtsql/qtsql-5.7.0_rc.ebuild | 2 +-
 dev-qt/qtsql/qtsql-5.7.9999.ebuild | 2 +-
 dev-qt/qtsql/qtsql-5.9999.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.6.1.ebuild b/dev-qt/qtsql/qtsql-5.6.1.ebuild
index 426b32e..016251f 100644
--- a/dev-qt/qtsql/qtsql-5.6.1.ebuild
+++ b/dev-qt/qtsql/qtsql-5.6.1.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(use sqlite && echo -system-sqlite)
+               $(usex sqlite -system-sqlite '')
        )
 
        use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")

diff --git a/dev-qt/qtsql/qtsql-5.6.9999.ebuild 
b/dev-qt/qtsql/qtsql-5.6.9999.ebuild
index 426b32e..016251f 100644
--- a/dev-qt/qtsql/qtsql-5.6.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.6.9999.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(use sqlite && echo -system-sqlite)
+               $(usex sqlite -system-sqlite '')
        )
 
        use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")

diff --git a/dev-qt/qtsql/qtsql-5.7.0_rc.ebuild 
b/dev-qt/qtsql/qtsql-5.7.0_rc.ebuild
index 426b32e..016251f 100644
--- a/dev-qt/qtsql/qtsql-5.7.0_rc.ebuild
+++ b/dev-qt/qtsql/qtsql-5.7.0_rc.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(use sqlite && echo -system-sqlite)
+               $(usex sqlite -system-sqlite '')
        )
 
        use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")

diff --git a/dev-qt/qtsql/qtsql-5.7.9999.ebuild 
b/dev-qt/qtsql/qtsql-5.7.9999.ebuild
index 426b32e..016251f 100644
--- a/dev-qt/qtsql/qtsql-5.7.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.7.9999.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(use sqlite && echo -system-sqlite)
+               $(usex sqlite -system-sqlite '')
        )
 
        use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")

diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild
index 426b32e..016251f 100644
--- a/dev-qt/qtsql/qtsql-5.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.9999.ebuild
@@ -42,7 +42,7 @@ src_configure() {
                $(qt_use odbc     sql-odbc   plugin)
                $(qt_use postgres sql-psql   plugin)
                $(qt_use sqlite   sql-sqlite plugin)
-               $(use sqlite && echo -system-sqlite)
+               $(usex sqlite -system-sqlite '')
        )
 
        use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")

Reply via email to