commit:     0a8afb2aa22880dcad3168e6f0c0bde4b95fe757
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 18:51:42 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 18:51:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8afb2a

games-emulation/nestopia: sync live

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/nestopia/nestopia-9999.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/games-emulation/nestopia/nestopia-9999.ebuild 
b/games-emulation/nestopia/nestopia-9999.ebuild
index 98f2f70517d9..c6bdbe0d6fb8 100644
--- a/games-emulation/nestopia/nestopia-9999.ebuild
+++ b/games-emulation/nestopia/nestopia-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools xdg
 
-DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++"
+DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++"
 HOMEPAGE="http://0ldsk00l.ca/nestopia/";
 
-if [[ ${PV} == *9999 ]]; then
+if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/0ldsk00l/nestopia.git";
 else
@@ -22,15 +22,18 @@ IUSE="doc"
 
 RDEPEND="
        app-arch/libarchive:=
-       media-libs/libepoxy
-       media-libs/libsdl2[sound,joystick,video]
-       sys-libs/zlib
-       x11-libs/gtk+:3"
+       media-libs/libglvnd
+       media-libs/libsdl2[joystick,sound]
+       sys-libs/zlib:=
+       x11-libs/fltk:1[opengl]"
 DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+       sys-devel/autoconf-archive
+       virtual/pkgconfig"
 
 src_prepare() {
        default
+
        eautoreconf
 }
 

Reply via email to