commit:     0c88a28c92d8cf7ecec9a6ecb6391ae3e1c6ac68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 07:00:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 07:09:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c88a28c

media-video/blinkensim: fix configure issues with Clang 16

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...nkensim-2.7-r1.ebuild => blinkensim-2.7-r2.ebuild} | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/media-video/blinkensim/blinkensim-2.7-r1.ebuild 
b/media-video/blinkensim/blinkensim-2.7-r2.ebuild
similarity index 78%
rename from media-video/blinkensim/blinkensim-2.7-r1.ebuild
rename to media-video/blinkensim/blinkensim-2.7-r2.ebuild
index a5d76d7a4b6f..6ed9e5cc9d26 100644
--- a/media-video/blinkensim/blinkensim-2.7-r1.ebuild
+++ b/media-video/blinkensim/blinkensim-2.7-r2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-DESCRIPTION="Graphical Blinkenlights simulator with networking support"
+EAPI=8
+
+inherit autotools
 
+DESCRIPTION="Graphical Blinkenlights simulator with networking support"
 HOMEPAGE="http://blinkenlights.net/project/developer-tools";
 SRC_URI="http://blinkenlights.de/dist/${P}.tar.gz";
 
@@ -20,6 +22,11 @@ RDEPEND="
        aalib? ( >=media-libs/aalib-1.4_rc4-r2 )
        gtk? ( >=x11-libs/gtk+-2.4.4:2 )
 "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+       default
+
+       eautoreconf
+}

Reply via email to