commit: 736c41b76ab6e7804155cb67ee7f8069de0c8aa9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 12:39:03 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 12:39:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736c41b7
app-text/gspell: fix typo in REQUIRED_USE
Package-Manager: portage-2.3.0
app-text/gspell/gspell-0.1.2.ebuild | 4 ++--
app-text/gspell/gspell-1.0.3.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-text/gspell/gspell-0.1.2.ebuild
b/app-text/gspell/gspell-0.1.2.ebuild
index 4714220..345a444 100644
--- a/app-text/gspell/gspell-0.1.2.ebuild
+++ b/app-text/gspell/gspell-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+introspection vala"
-REQUIRED_IUSE="vala? ( introspection )"
+REQUIRED_USE="vala? ( introspection )"
RDEPEND="
>=app-text/enchant-1.6.0
diff --git a/app-text/gspell/gspell-1.0.3.ebuild
b/app-text/gspell/gspell-1.0.3.ebuild
index 7eea789..e8f7dc8 100644
--- a/app-text/gspell/gspell-1.0.3.ebuild
+++ b/app-text/gspell/gspell-1.0.3.ebuild
@@ -15,7 +15,7 @@ SLOT="0/1" # subslot = libgspell-1 soname version
KEYWORDS="~alpha ~amd64 ~arm ~x86"
IUSE="+introspection vala"
-REQUIRED_IUSE="vala? ( introspection )"
+REQUIRE_IUSE="vala? ( introspection )"
RDEPEND="
app-text/iso-codes