mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
games-action/wordwarvi: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit desktop toolchain-funcs
|
||||
|
||||
@@ -14,11 +14,15 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="portaudio"
|
||||
|
||||
RDEPEND="x11-libs/gtk+:2
|
||||
portaudio? ( media-libs/libvorbis
|
||||
>=media-libs/portaudio-19_pre1 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
RDEPEND="
|
||||
x11-libs/gtk+:2
|
||||
portaudio? (
|
||||
media-libs/libvorbis
|
||||
>=media-libs/portaudio-19_pre1
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-sound.patch
|
||||
|
||||
Reference in New Issue
Block a user