commit: e22cc370ba60373d4f6302e62097e0f2aaee9690
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 16:08:39 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 16:08:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22cc370
x11-themes/QGnomePlatform: use append-cppflags
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild
b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild
index d7097b322103..42a2c6b8f011 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
src_configure() {
# avoid automagic dep on src/theme/qgtk3dialoghelpers.cpp
- use X || append-flags -DGENTOO_GTK_HIDE_X11
+ use X || append-cppflags -DGENTOO_GTK_HIDE_X11
use wayland || append-cppflags -DGENTOO_GTK_HIDE_WAYLAND
if use qt5; then