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/clementine/
Date: Tue, 02 Jan 2018 08:10:14
Message-Id: 1514880599.24d2070ed85a7c29d5beacbf0f4b64c44e34674b.polynomial-c@gentoo
1 commit: 24d2070ed85a7c29d5beacbf0f4b64c44e34674b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 08:09:59 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 08:09:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d2070e
7
8 media-sound/clementine: Added sub-slot dep for dev-libs/libcdio.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/clementine/clementine-1.3.1_p20171113.ebuild | 4 ++--
13 media-sound/clementine/clementine-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/clementine/clementine-1.3.1_p20171113.ebuild b/media-sound/clementine/clementine-1.3.1_p20171113.ebuild
17 index 21eb4cf1fb6..0f4fc0d9ebb 100644
18 --- a/media-sound/clementine/clementine-1.3.1_p20171113.ebuild
19 +++ b/media-sound/clementine/clementine-1.3.1_p20171113.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -44,7 +44,7 @@ COMMON_DEPEND="
27 virtual/glu
28 virtual/opengl
29 x11-libs/libX11
30 - cdda? ( dev-libs/libcdio )
31 + cdda? ( dev-libs/libcdio:= )
32 dbus? ( dev-qt/qtdbus:4 )
33 ipod? ( >=media-libs/libgpod-0.8.0 )
34 lastfm? ( >=media-libs/liblastfm-1[qt4(+)] )
35
36 diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
37 index a2fe1ad85c4..567383c9fc2 100644
38 --- a/media-sound/clementine/clementine-9999.ebuild
39 +++ b/media-sound/clementine/clementine-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -52,7 +52,7 @@ COMMON_DEPEND="
47 virtual/glu
48 virtual/opengl
49 x11-libs/libX11
50 - cdda? ( dev-libs/libcdio )
51 + cdda? ( dev-libs/libcdio:= )
52 dbus? ( dev-qt/qtdbus:5 )
53 ipod? ( >=media-libs/libgpod-0.8.0 )
54 lastfm? ( >=media-libs/liblastfm-1[qt5] )