From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-901781-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2EA93138330
	for <garchives@archives.gentoo.org>; Sat, 17 Sep 2016 12:40:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 462E621C012;
	Sat, 17 Sep 2016 12:40:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0DBAA21C012
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 12:40:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 11109340B53
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 12:40:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BEAC2248B
	for <gentoo-commits@lists.gentoo.org>; Sat, 17 Sep 2016 12:39:57 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1474115983.736c41b76ab6e7804155cb67ee7f8069de0c8aa9.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/gspell/gspell-0.1.2.ebuild app-text/gspell/gspell-1.0.3.ebuild
X-VCS-Directories: app-text/gspell/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 736c41b76ab6e7804155cb67ee7f8069de0c8aa9
X-VCS-Branch: master
Date: Sat, 17 Sep 2016 12:39:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f9614999-a018-4277-8527-b99ac6559243
X-Archives-Hash: 0bcf623bc2bdc31d8a7fb82bdb4dee03

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