diff options
author | 2017-04-02 17:38:11 +0200 | |
---|---|---|
committer | 2017-05-18 21:11:11 +0200 | |
commit | 550be91e2094f10f38c336c6fe7b5cb63e5984bd (patch) | |
tree | 269b9f791717c57808143cf9f90ae509359b7e8d /media-sound | |
parent | app-cdr/b5i2iso: segfault patch, HOMEPAGE, Gentoo Prefix (diff) | |
download | gentoo-550be91e2094f10f38c336c6fe7b5cb63e5984bd.tar.gz gentoo-550be91e2094f10f38c336c6fe7b5cb63e5984bd.tar.bz2 gentoo-550be91e2094f10f38c336c6fe7b5cb63e5984bd.zip |
media-sound/pasystray: add zeroconf USE flag
Closes: https://github.com/gentoo/gentoo/pull/4345
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pasystray/pasystray-0.6.0-r1.ebuild (renamed from media-sound/pasystray/pasystray-0.6.0.ebuild) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/pasystray/pasystray-0.6.0.ebuild b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild index 6e99a2f70191..2730461f08c8 100644 --- a/media-sound/pasystray/pasystray-0.6.0.ebuild +++ b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild @@ -11,12 +11,12 @@ SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libnotify" +IUSE="libnotify zeroconf" RDEPEND=" >=dev-libs/glib-2.48.2 - >=media-sound/pulseaudio-5.0-r3[glib,zeroconf] - >=net-dns/avahi-0.6 + >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?] + zeroconf? ( >=net-dns/avahi-0.6 ) x11-libs/gtk+:3 x11-libs/libX11 libnotify? ( >=x11-libs/libnotify-0.7 ) @@ -30,7 +30,9 @@ src_prepare() { } src_configure() { - econf $(use_enable libnotify notify) + econf \ + $(use_enable libnotify notify) \ + $(use_enable zeroconf avahi) } pkg_preinst() { |