commit: 1f131c8deb900b28864f248077a5eb4c26fa7f2b Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Mon Aug 3 20:42:15 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 15 09:29:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f131c8d
media-sound/guitarix: Update live ebuild Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/16988 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-sound/guitarix/guitarix-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index 95daa28f6cf..1f66e9647b1 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${P}/trunk" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="bluetooth debug lv2 nls +standalone zeroconf" +IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" REQUIRED_USE="|| ( lv2 standalone )" COMMON_DEPEND="dev-cpp/eigen:3 @@ -38,6 +38,7 @@ COMMON_DEPEND="dev-cpp/eigen:3 media-libs/lilv virtual/jack bluetooth? ( net-wireless/bluez ) + nsm? ( media-libs/liblo ) zeroconf? ( net-dns/avahi ) ) " @@ -74,6 +75,7 @@ src_configure() { $(usex bluetooth "" "--no-bluez") $(usex debug "--debug" "") $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui") + $(usex nsm "" "--no-nsm") $(usex standalone "" "--no-standalone") $(usex zeroconf "" "--no-avahi") )
