diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 14:41:29 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 14:41:29 +0200 |
commit | f6662e8ac92e6cdd1580540bc4a7df89c8574d0c (patch) | |
tree | f25b992b5d2d7cf5eba5a2dc3a844be295336934 /app-text | |
parent | app-text/gspell: fix typo in REQUIRED_USE (diff) | |
download | gentoo-f6662e8ac92e6cdd1580540bc4a7df89c8574d0c.tar.gz gentoo-f6662e8ac92e6cdd1580540bc4a7df89c8574d0c.tar.bz2 gentoo-f6662e8ac92e6cdd1580540bc4a7df89c8574d0c.zip |
app-text/gspell: fix typo in REQUIRED_USE
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-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 e8f7dc8b8eaf..5e42ce02f92f 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" -REQUIRE_IUSE="vala? ( introspection )" +REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes |