diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:39:08 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-08-14 17:58:19 -0600 |
commit | 84bac3d386ac2e3027b0ca66abbef42a61f1eb1b (patch) | |
tree | fe01d98ca0634b6d9be52f73d26c381e1a1581f1 /app-editors/gvim/gvim-9999.ebuild | |
parent | app-editors/vim: version bump to 8.1.1846 (diff) | |
download | gentoo-84bac3d386ac2e3027b0ca66abbef42a61f1eb1b.tar.gz gentoo-84bac3d386ac2e3027b0ca66abbef42a61f1eb1b.tar.bz2 gentoo-84bac3d386ac2e3027b0ca66abbef42a61f1eb1b.zip |
app-editors/gvim: version bump to 8.1.1846
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-editors/gvim/gvim-9999.ebuild')
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 00fd53abf5c8..0f2395ff5c45 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim" SLOT="0" LICENSE="vim" -IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl" +IUSE="acl aqua cscope debug gtk gtk2 lua luajit motif neXt netbeans nls perl python racket ruby selinux session sound tcl" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " @@ -69,6 +69,7 @@ RDEPEND=" ruby? ( ${RUBY_DEPS} ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) + sound? ( media-libs/libcanberra ) tcl? ( dev-lang/tcl:0= ) " DEPEND="${RDEPEND} @@ -190,6 +191,7 @@ src_configure() { --with-features=huge --disable-gpm --with-gnome=no + $(use_enable sound canberra) $(use_enable acl) $(use_enable cscope) $(use_enable lua luainterp) |