Lines 1-6
Link Here
|
1 |
# Copyright 1999-2015 Gentoo Foundation |
1 |
# Copyright 1999-2015 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild,v 1.1 2015/07/05 10:13:04 mrueg Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
EAPI=5 |
5 |
EAPI=5 |
6 |
USE_RUBY="ruby19 ruby20 ruby21 ruby22" |
6 |
USE_RUBY="ruby19 ruby20 ruby21 ruby22" |
Lines 13-18
Link Here
|
13 |
RDEPEND+=" >=dev-libs/glib-2" |
13 |
RDEPEND+=" >=dev-libs/glib-2" |
14 |
DEPEND+=" >=dev-libs/glib-2" |
14 |
DEPEND+=" >=dev-libs/glib-2" |
15 |
|
15 |
|
|
|
16 |
RUBY_PATCHES=( |
17 |
"${FILESDIR}/${P}-glib-2.44.patch" |
18 |
) |
19 |
|
16 |
ruby_add_bdepend "dev-ruby/pkg-config |
20 |
ruby_add_bdepend "dev-ruby/pkg-config |
17 |
test? ( >=dev-ruby/test-unit-2 )" |
21 |
test? ( >=dev-ruby/test-unit-2 )" |
18 |
|
22 |
|