dev-ruby/ruby-vte: add 3.0.8
[gentoo.git] / dev-ruby / ruby-vte / ruby-vte-3.0.8.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 USE_RUBY="ruby21 ruby22 ruby23"
7
8 inherit ruby-ng-gnome2
9
10 DESCRIPTION="Ruby vte bindings"
11 KEYWORDS="~amd64 ~ppc ~x86"
12 IUSE=""
13
14 RDEPEND+=" >=x11-libs/vte-0.12.1:0"
15 DEPEND+=" >=x11-libs/vte-0.12.1:0"
16
17 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"