diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-31 22:25:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-11 20:15:46 +0200 |
commit | 516375e6e1050d6aab680eed3fd4cb1a6104e3b1 (patch) | |
tree | 83d7bc5878fb10f442315005da445f5098654068 /games-action | |
parent | qmake-utils.eclass: Fix description (diff) | |
download | gentoo-516375e6e1050d6aab680eed3fd4cb1a6104e3b1.tar.gz gentoo-516375e6e1050d6aab680eed3fd4cb1a6104e3b1.tar.bz2 gentoo-516375e6e1050d6aab680eed3fd4cb1a6104e3b1.zip |
games-action/descent3-demo: EAPI-8 bump, switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild (renamed from games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild index b23a9ee52d79..a0ae950ccf3b 100644 --- a/games-action/descent3-demo/descent3-demo-1.4.0a-r2.ebuild +++ b/games-action/descent3-demo/descent3-demo-1.4.0a-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop unpacker wrapper xdg DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft" -HOMEPAGE="http://www.lokigames.com/products/descent3/" +HOMEPAGE="https://www.lokigames.com/products/descent3/" SRC_URI="mirror://lokigames/loki_demos/${PN}.run" S="${WORKDIR}" @@ -24,7 +24,7 @@ RDEPEND=" >=x11-libs/libX11-1.6.2[abi_x86_32(-)] >=x11-libs/libXext-1.3.2[abi_x86_32(-)] alsa? ( media-libs/alsa-oss[abi_x86_32(-)] ) - pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] ) + pulseaudio? ( media-libs/libpulse[abi_x86_32(-)] ) " BDEPEND="games-util/loki_patch" |