summaryrefslogtreecommitdiff
path: root/app-text/gspell/gspell-1.8.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gspell/gspell-1.8.1.ebuild')
-rw-r--r--app-text/gspell/gspell-1.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
index 29b5aa6fd9fe..ef631e0e2952 100644
--- a/app-text/gspell/gspell-1.8.1.ebuild
+++ b/app-text/gspell/gspell-1.8.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-2.1+"
SLOT="0/1" # subslot = libgspell-1 soname version
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection vala"
+IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
@@ -22,7 +22,6 @@ RDEPEND="
>=dev-libs/glib-2.44:2
>=x11-libs/gtk+-3.20:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
- vala? ( $(vala_depend) )
"
DEPEND="${RDEPEND}
dev-libs/libxml2:2
@@ -30,6 +29,7 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.25
>=sys-devel/gettext-0.19.4
virtual/pkgconfig
+ vala? ( $(vala_depend) )
"
src_prepare() {