diff options
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]" |