diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-02-20 00:43:19 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-20 00:44:06 +1100 |
commit | 5cc83373eb02e35ddab17db7f8069952afcf7837 (patch) | |
tree | 2849304fc4d166b07bed193b30a91eebb641f44f /app-editors | |
parent | app-editors/vim-qt: remove old (diff) | |
download | gentoo-5cc83373eb02e35ddab17db7f8069952afcf7837.tar.gz gentoo-5cc83373eb02e35ddab17db7f8069952afcf7837.tar.bz2 gentoo-5cc83373eb02e35ddab17db7f8069952afcf7837.zip |
app-editors/vim-qt: remove reference to removed dev-lang/ruby slot
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-qt/vim-qt-20150102-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim-qt/vim-qt-20150102-r1.ebuild b/app-editors/vim-qt/vim-qt-20150102-r1.ebuild index a83941d94f44..304449d7828c 100644 --- a/app-editors/vim-qt/vim-qt-20150102-r1.ebuild +++ b/app-editors/vim-qt/vim-qt-20150102-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,7 +45,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )" + ruby? ( dev-lang/ruby:2.0 )" DEPEND="${RDEPEND} dev-util/ctags sys-devel/autoconf |