diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 14:39:03 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 14:39:43 +0200 |
commit | 736c41b76ab6e7804155cb67ee7f8069de0c8aa9 (patch) | |
tree | 2661571d66b096ff7fc0a89de2254946bbe44a7f /app-text/gspell | |
parent | app-text/gspell: drop old 1.0.2 revision (diff) | |
download | gentoo-736c41b76ab6e7804155cb67ee7f8069de0c8aa9.tar.gz gentoo-736c41b76ab6e7804155cb67ee7f8069de0c8aa9.tar.bz2 gentoo-736c41b76ab6e7804155cb67ee7f8069de0c8aa9.zip |
app-text/gspell: fix typo in REQUIRED_USE
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/gspell')
-rw-r--r-- | app-text/gspell/gspell-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | 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 4714220dedbf..345a444edded 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 7eea78985d0d..e8f7dc8b8eaf 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 |