commit: 9ada11f0aec850a1027a3eb590ecf6ec54ba3a49
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:04 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:10 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9ada11f0
dev-qt/qtwidgets: EAPI-8 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild
b/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild
index f2e3982d..385a4f95 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15.9999.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-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
@@ -51,7 +51,7 @@ src_configure() {
$(qt_use png libpng system)
-widgets
$(qt_use X xcb)
- $(usex X '-xcb-xlib -xkbcommon' '')
+ $(usev X '-xcb-xlib -xkbcommon')
)
qt5-build_src_configure
}