diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-11-24 20:54:37 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-11-24 20:54:37 +0800 |
commit | 13966b72927615889b002f20270d8679adb97d90 (patch) | |
tree | c96d354640d677379fff2958638ab884a8fdd79a /app-editors | |
parent | [lxqt-base/lxqt-notificationd] fix bug #529866: add dependency on lxqt-base/l... (diff) | |
download | qt-13966b72927615889b002f20270d8679adb97d90.tar.gz qt-13966b72927615889b002f20270d8679adb97d90.tar.bz2 qt-13966b72927615889b002f20270d8679adb97d90.zip |
[app-editors/vim-qt] sync with gx86
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-qt/vim-qt-99999999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/vim-qt/vim-qt-99999999.ebuild b/app-editors/vim-qt/vim-qt-99999999.ebuild index be640476..bfca3eb3 100644 --- a/app-editors/vim-qt/vim-qt-99999999.ebuild +++ b/app-editors/vim-qt/vim-qt-99999999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-qt/vim-qt-20140827-r2.ebuild,v 1.1 2014/11/24 12:51:50 yngwin Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="threads" inherit eutils fdo-mime flag-o-matic prefix python-single-r1 @@ -31,7 +31,7 @@ IUSE="acl cscope debug lua luajit nls perl python racket ruby" REQUIRED_USE="luajit? ( lua ) python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="app-admin/eselect-vi +RDEPEND=">=app-admin/eselect-vi-1.1.8 >=app-editors/vim-core-7.4.417[acl?] sys-libs/ncurses >=dev-qt/qtcore-4.7.0:4 |