diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 01:22:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 01:22:39 +0000 |
commit | 63fa458f18c09c9af25de140ee415f02cbb1a9fc (patch) | |
tree | 2566aa35b4e1e01a5e811661edbc03ef3b9a1916 /dev-ruby | |
parent | dev-ruby/ruby-gtksourceview: Stabilize 3.4.3 amd64, #774954 (diff) | |
download | gentoo-63fa458f18c09c9af25de140ee415f02cbb1a9fc.tar.gz gentoo-63fa458f18c09c9af25de140ee415f02cbb1a9fc.tar.bz2 gentoo-63fa458f18c09c9af25de140ee415f02cbb1a9fc.zip |
dev-ruby/ruby-gtksourceview3: Stabilize 3.4.3 amd64, #774954
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-3.4.3.ebuild b/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-3.4.3.ebuild index d1bf78f865b6..b2f0c5e16d6c 100644 --- a/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-3.4.3.ebuild +++ b/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ RUBY_GNOME2_NEED_VIRTX=yes inherit ruby-ng-gnome2 DESCRIPTION="Ruby gtksourceview-3.x bindings" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND+=" x11-libs/gtksourceview:3.0[introspection]" |