diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-02 12:14:12 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-02 12:15:47 -0400 |
commit | 3370d824cb4589bab16a5f1d81fb0ca189ee0386 (patch) | |
tree | ca8feaca084cc9a348fb105e42a8ff0ce1145d21 /media-sound/playerctl | |
parent | sys-apps/likwid: respect CC (diff) | |
download | gentoo-3370d824cb4589bab16a5f1d81fb0ca189ee0386.tar.gz gentoo-3370d824cb4589bab16a5f1d81fb0ca189ee0386.tar.bz2 gentoo-3370d824cb4589bab16a5f1d81fb0ca189ee0386.zip |
media-sound/playerctl: unconditionally depend on gobject-introspection #598511
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound/playerctl')
-rw-r--r-- | media-sound/playerctl/playerctl-0.5.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/playerctl/playerctl-0.5.0.ebuild b/media-sound/playerctl/playerctl-0.5.0.ebuild index 72c1ae69f8a3..de261d6c649a 100644 --- a/media-sound/playerctl/playerctl-0.5.0.ebuild +++ b/media-sound/playerctl/playerctl-0.5.0.ebuild @@ -12,11 +12,11 @@ SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc introspection" +IUSE="doc" RDEPEND=" dev-libs/glib:2 - introspection? ( dev-libs/gobject-introspection ) + dev-libs/gobject-introspection " DEPEND="${RDEPEND} dev-util/gdbus-codegen @@ -39,8 +39,7 @@ src_configure() { econf \ $(use_enable doc gtk-doc) \ - $(use_enable doc gtk-doc-html) \ - $(use_enable introspection) + $(use_enable doc gtk-doc-html) } src_compile() { |