commit:     887931c82b2c314391da6ad57aeefa5acbe3a698
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 19:39:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 19:41:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887931c8

media-sound/glurp: EAPI 8, build w/ -std=gnu17

Closes: https://bugs.gentoo.org/943858
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/glurp/glurp-0.12.3.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/media-sound/glurp/glurp-0.12.3.ebuild 
b/media-sound/glurp/glurp-0.12.3.ebuild
index 51453b95bad7..fe9950fc0b95 100644
--- a/media-sound/glurp/glurp-0.12.3.ebuild
+++ b/media-sound/glurp/glurp-0.12.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit desktop
+inherit desktop flag-o-matic
 
 DESCRIPTION="Glurp is a GTK2 based graphical client for the Music Player 
Daemon"
 HOMEPAGE="https://sourceforge.net/projects/glurp/";
@@ -17,11 +17,15 @@ IUSE="debug"
 RDEPEND="
        x11-libs/gtk+:2
        dev-libs/glib:2
-       media-libs/libmpd:="
+       media-libs/libmpd:=
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_configure() {
+       # bug #943858
+       append-cflags -std=gnu17
+
        econf $(use_enable debug)
 }
 

Reply via email to