From 8ba32b38ce6f84fb972a4fc37a33b0c671339c19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Feb 2018 12:42:22 +0000 Subject: dev-qt : force our Qt5 ebuilds to use our eclass --- dev-qt/qtsql/qtsql-5.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-qt/qtsql/qtsql-5.9.3.ebuild') diff --git a/dev-qt/qtsql/qtsql-5.9.3.ebuild b/dev-qt/qtsql/qtsql-5.9.3.ebuild index 0149f9a6..e976c6df 100644 --- a/dev-qt/qtsql/qtsql-5.9.3.ebuild +++ b/dev-qt/qtsql/qtsql-5.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 QT5_MODULE="qtbase" -inherit qt5-build +inherit qt5-build-r10000 DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" @@ -49,5 +49,5 @@ src_configure() { use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc") use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql") - qt5-build_src_configure + qt5-build-r10000_src_configure } -- cgit v1.2.3