Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmusfm/
Date: Mon, 07 Jan 2019 19:16:07
Message-Id: 1546888546.840b2c769e9952b17318eacb3e868fb107c94f83.polynomial-c@gentoo
1 commit: 840b2c769e9952b17318eacb3e868fb107c94f83
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 19:03:12 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840b2c76
7
8 media-sound/cmusfm: Adjusted (sub-)slot dep on dev-libs/openssl
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/cmusfm/cmusfm-0.2.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/cmusfm/cmusfm-0.2.5.ebuild b/media-sound/cmusfm/cmusfm-0.2.5.ebuild
17 index df0641f9480..704bd8f1124 100644
18 --- a/media-sound/cmusfm/cmusfm-0.2.5.ebuild
19 +++ b/media-sound/cmusfm/cmusfm-0.2.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
27 IUSE="libnotify"
28
29 DEPEND="net-misc/curl
30 - dev-libs/openssl
31 + dev-libs/openssl:0=
32 libnotify? ( x11-libs/libnotify )"
33 RDEPEND="${DEPEND}
34 media-sound/cmus"