Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/
Date: Wed, 09 May 2018 12:26:46
Message-Id: 1525868795.1f017f2d272fddf2c8f18059f1492029bef4ecc8.mgorny@gentoo
1 commit: 1f017f2d272fddf2c8f18059f1492029bef4ecc8
2 Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de>
3 AuthorDate: Sun May 6 12:57:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 12:26:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f017f2d
7
8 games-simulation/openrct2: update speex deps
9
10 openrct2 only requires the speexdsp libraries. Drop the speex dep on
11 nightly and update 0.1.2 to remove old speex handling.
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14 Closes: https://github.com/gentoo/gentoo/pull/8128
15
16 games-simulation/openrct2/openrct2-0.1.2.ebuild | 5 +----
17 games-simulation/openrct2/openrct2-9999.ebuild | 1 -
18 2 files changed, 1 insertion(+), 5 deletions(-)
19
20 diff --git a/games-simulation/openrct2/openrct2-0.1.2.ebuild b/games-simulation/openrct2/openrct2-0.1.2.ebuild
21 index 33e4efa303c..ae25725577a 100644
22 --- a/games-simulation/openrct2/openrct2-0.1.2.ebuild
23 +++ b/games-simulation/openrct2/openrct2-0.1.2.ebuild
24 @@ -30,10 +30,7 @@ RDEPEND="
25 >=dev-libs/libzip-1.0
26 media-libs/libpng:0=
27 media-libs/libsdl2
28 - || (
29 - media-libs/speexdsp
30 - <media-libs/speex-1.2.0
31 - )
32 + media-libs/speexdsp
33 multiplayer? (
34 libressl? ( dev-libs/libressl:0= )
35 !libressl? ( dev-libs/openssl:0= )
36
37 diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild
38 index 8a3a26a6c95..1058facd68f 100644
39 --- a/games-simulation/openrct2/openrct2-9999.ebuild
40 +++ b/games-simulation/openrct2/openrct2-9999.ebuild
41 @@ -33,7 +33,6 @@ RDEPEND="
42 >=dev-libs/libzip-1.0
43 media-libs/libpng:0=
44 media-libs/libsdl2
45 - >=media-libs/speex-1.2.0
46 media-libs/speexdsp
47 multiplayer? (
48 libressl? ( dev-libs/libressl:0= )