diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 22:12:57 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 22:13:10 +0200 |
commit | 3cfef13d340625b3dd93896275d928aa702f34aa (patch) | |
tree | 774d8e89286c937b07b36da9edfb25c2510ab4a8 /app-text/gtkspell | |
parent | app-text/gspell-1.8: depend on enchant:2 explicitly (diff) | |
download | gentoo-3cfef13d340625b3dd93896275d928aa702f34aa.tar.gz gentoo-3cfef13d340625b3dd93896275d928aa702f34aa.tar.bz2 gentoo-3cfef13d340625b3dd93896275d928aa702f34aa.zip |
app-text/gtkspell-3.0.10: depend on enchant:2 explicitly
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/gtkspell-3.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild b/app-text/gtkspell/gtkspell-3.0.10.ebuild index 1b3a6cedbaec..699833e8c8f5 100644 --- a/app-text/gtkspell/gtkspell-3.0.10.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" - >=app-text/enchant-2.0.0 + app-text/enchant:2 app-text/iso-codes dev-libs/glib:2 x11-libs/gtk+:3[introspection?] |