summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-07-07 08:34:37 +0200
committerHans de Graaff <graaff@gentoo.org>2018-07-07 10:08:04 +0200
commit6c8cf5998824920a0e001588874d476a81851601 (patch)
tree1b56daca7d9199146a1c24bcd1d0f0975441ea40
parentapp-text/pinfo: Fix compile failure with GCC 7 / -Os. (diff)
downloadgentoo-6c8cf5998824920a0e001588874d476a81851601.tar.gz
gentoo-6c8cf5998824920a0e001588874d476a81851601.tar.bz2
gentoo-6c8cf5998824920a0e001588874d476a81851601.zip
dev-ruby/ruby-gtksourceview: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-ruby/ruby-gtksourceview/ruby-gtksourceview-3.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-3.1.1.ebuild b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-3.1.1.ebuild
index 40201c2a75cd..c6cff90f34e5 100644
--- a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-3.1.1.ebuild
+++ b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ inherit virtualx ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2
DESCRIPTION="Ruby bindings for gtksourceview"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND+=" x11-libs/gtksourceview:2.0"