Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/
Date: Sat, 16 Feb 2019 18:58:44
Message-Id: 1550343508.0f9271e48820344e84df5fa9ae4e5f3e505a75ae.bman@gentoo
1 commit: 0f9271e48820344e84df5fa9ae4e5f3e505a75ae
2 Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 16 08:04:21 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 18:58:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9271e4
7
8 media-libs/libshout: add missing slot operator for libressl dependency
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11063
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 media-libs/libshout/libshout-2.4.1-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/libshout/libshout-2.4.1-r2.ebuild b/media-libs/libshout/libshout-2.4.1-r2.ebuild
19 index be0811811b8..f06a9e6f778 100644
20 --- a/media-libs/libshout/libshout-2.4.1-r2.ebuild
21 +++ b/media-libs/libshout/libshout-2.4.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -18,7 +18,7 @@ RDEPEND="
29 >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
30 >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
31 !libressl? ( dev-libs/openssl:0= )
32 - libressl? ( dev-libs/libressl )
33 + libressl? ( dev-libs/libressl:0= )
34 speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
35 theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )
36 "