Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/playerctl/
Date: Wed, 02 Nov 2016 16:19:46
Message-Id: 1478103347.3370d824cb4589bab16a5f1d81fb0ca189ee0386.gokturk@gentoo
1 commit: 3370d824cb4589bab16a5f1d81fb0ca189ee0386
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 16:14:12 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 16:15:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3370d824
7
8 media-sound/playerctl: unconditionally depend on gobject-introspection #598511
9
10 Package-Manager: portage-2.2.28
11
12 media-sound/playerctl/playerctl-0.5.0.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/media-sound/playerctl/playerctl-0.5.0.ebuild b/media-sound/playerctl/playerctl-0.5.0.ebuild
16 index 72c1ae6..de261d6 100644
17 --- a/media-sound/playerctl/playerctl-0.5.0.ebuild
18 +++ b/media-sound/playerctl/playerctl-0.5.0.ebuild
19 @@ -12,11 +12,11 @@ SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> ${P}.tar.
20 LICENSE="GPL-3+"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="doc introspection"
24 +IUSE="doc"
25
26 RDEPEND="
27 dev-libs/glib:2
28 - introspection? ( dev-libs/gobject-introspection )
29 + dev-libs/gobject-introspection
30 "
31 DEPEND="${RDEPEND}
32 dev-util/gdbus-codegen
33 @@ -39,8 +39,7 @@ src_configure() {
34
35 econf \
36 $(use_enable doc gtk-doc) \
37 - $(use_enable doc gtk-doc-html) \
38 - $(use_enable introspection)
39 + $(use_enable doc gtk-doc-html)
40 }
41
42 src_compile() {