summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon van der Veldt <simon.vanderveldt@gmail.com>2017-11-12 14:58:36 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-17 19:42:57 +0100
commit29e8f2b1eb92171963f7a3dfd355ebaf1be29a11 (patch)
tree322209517a2a3c393b75b9deeac6c7dc94c71af0 /media-plugins/calf/calf-0.0.60-r1.ebuild
parentmedia-video/gaupol: update HOMEPAGE to use https (diff)
downloadgentoo-29e8f2b1eb92171963f7a3dfd355ebaf1be29a11.tar.gz
gentoo-29e8f2b1eb92171963f7a3dfd355ebaf1be29a11.tar.bz2
gentoo-29e8f2b1eb92171963f7a3dfd355ebaf1be29a11.zip
media-sound/calf add USE flag to enable experimental plugins
Closes: https://bugs.gentoo.org/599120
Diffstat (limited to 'media-plugins/calf/calf-0.0.60-r1.ebuild')
-rw-r--r--media-plugins/calf/calf-0.0.60-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-plugins/calf/calf-0.0.60-r1.ebuild b/media-plugins/calf/calf-0.0.60-r1.ebuild
index 75124e7758f5..993a346da869 100644
--- a/media-plugins/calf/calf-0.0.60-r1.ebuild
+++ b/media-plugins/calf/calf-0.0.60-r1.ebuild
@@ -18,7 +18,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="lash lv2 static-libs"
+IUSE="lash lv2 static-libs experimental"
RDEPEND="dev-libs/atk
dev-libs/expat
@@ -44,6 +44,7 @@ src_configure() {
--with-lv2-dir=/usr/$(get_libdir)/lv2
$(use_with lash)
$(use_with lv2)
+ $(use_enable experimental)
)
autotools-utils_src_configure
}