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/gspell-1.0.3.ebuild | |
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/gspell-1.0.3.ebuild')
-rw-r--r-- | app-text/gspell/gspell-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |