From 094d1baa446a429adf4d090893acf7f7c7dd1c49 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 7 May 2018 23:17:25 +0200 Subject: Minor cleanups/EAPI bumps --- games-emulation/sdlmame/sdlmame-0.174-r2.ebuild | 8 ++++---- games-emulation/xmame/xmame-0.106-r4.ebuild | 12 ++++-------- games-emulation/xmess/xmess-0.106-r3.ebuild | 12 ++++-------- 3 files changed, 12 insertions(+), 20 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild index d526d46f..ef0c5482 100644 --- a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 toolchain-funcs qmake-utils @@ -45,11 +45,11 @@ RDEPEND="!games-emulation/sdlmametools dev-qt/qtwidgets:5 ) x11-libs/libX11 x11-libs/libXinerama" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} +DEPEND="${RDEPEND}" +BDEPEND="${PYTHON_DEPS} app-arch/unzip virtual/pkgconfig - x11-proto/xineramaproto" + x11-base/xorg-proto" S=${WORKDIR} diff --git a/games-emulation/xmame/xmame-0.106-r4.ebuild b/games-emulation/xmame/xmame-0.106-r4.ebuild index e7bb7c97..46e2816e 100644 --- a/games-emulation/xmame/xmame-0.106-r4.ebuild +++ b/games-emulation/xmame/xmame-0.106-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs RESTRICT="mirror" @@ -32,13 +32,9 @@ RDEPEND=" xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) X? ( x11-libs/libXext )" -DEPEND="${RDEPEND} - dga? ( - x11-proto/xf86dgaproto - x11-proto/xf86vidmodeproto ) - xinerama? ( x11-proto/xineramaproto ) - xv? ( x11-proto/videoproto ) - x86? ( dev-lang/nasm )" +DEPEND="${RDEPEND}" +BDEPEND="x86? ( dev-lang/nasm ) + x11-base/xorg-proto" # Icc sucks. bug #41342 # icc? ( dev-lang/icc ) diff --git a/games-emulation/xmess/xmess-0.106-r3.ebuild b/games-emulation/xmess/xmess-0.106-r3.ebuild index 850f45ba..7f043cdc 100644 --- a/games-emulation/xmess/xmess-0.106-r3.ebuild +++ b/games-emulation/xmess/xmess-0.106-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs RESTRICT="mirror" @@ -32,13 +32,9 @@ RDEPEND="sys-libs/zlib xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) X? ( x11-libs/libXext )" -DEPEND="${RDEPEND} - dga? ( - x11-proto/xf86dgaproto - x11-proto/xf86vidmodeproto ) - xinerama? ( x11-proto/xineramaproto ) - xv? ( x11-proto/videoproto ) - x86? ( dev-lang/nasm )" +DEPEND="${RDEPEND}" +BDEPEND="x86? ( dev-lang/nasm ) + x11-base/xorg-proto" # Icc sucks. bug #41342 # icc? ( dev-lang/icc ) -- cgit v1.2.3-65-gdbad