mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
dev-ruby/ruby-cairo-gobject: fix dependency on cairo
Ensure that the glib gobject bindings are present. Closes: https://bugs.gentoo.org/964450 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
inherit ruby-ng-gnome2
|
||||
|
||||
@@ -10,8 +11,8 @@ DESCRIPTION="Ruby cairo-gobject bindings"
|
||||
KEYWORDS="amd64 ~ppc ~riscv ~x86"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="x11-libs/cairo"
|
||||
RDEPEND="x11-libs/cairo"
|
||||
DEPEND="x11-libs/cairo[glib]"
|
||||
RDEPEND="x11-libs/cairo[glib]"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/rcairo
|
||||
~dev-ruby/ruby-glib2-${PV}
|
||||
|
||||
Reference in New Issue
Block a user