diff options
author | 2020-02-06 21:00:53 +0900 | |
---|---|---|
committer | 2020-07-30 16:58:31 +0900 | |
commit | a9b4be3816487bc1c7e59d992259231a7f63a255 (patch) | |
tree | 4d4bd6504fce9f657fc6979d4c91d9b2f2797a6a /dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild | |
parent | dev-ruby/ruby-glib2: version bump to 3.4.2 (diff) | |
download | gentoo-a9b4be3816487bc1c7e59d992259231a7f63a255.tar.gz gentoo-a9b4be3816487bc1c7e59d992259231a7f63a255.tar.bz2 gentoo-a9b4be3816487bc1c7e59d992259231a7f63a255.zip |
dev-ruby/ruby-gobject-introspection: version bump to 3.4.2
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild')
-rw-r--r-- | dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild new file mode 100644 index 00000000000..4040832fc57 --- /dev/null +++ b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.4.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby GObjectIntrospection bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND+=" dev-libs/glib + dev-libs/gobject-introspection" +RDEPEND+=" dev-libs/glib + dev-libs/gobject-introspection" + +ruby_add_rdepend "~dev-ruby/ruby-glib2-${PV}" |