diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 22:11:59 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 22:13:10 +0200 |
commit | 8753c047c964638f8e3206d248f8c085e1056522 (patch) | |
tree | 493d743a2b96bcc6cac24b9eeebb73271f78c22a /app-text | |
parent | mail-client/geary: ensure enchant:2 gets used (diff) | |
download | gentoo-8753c047c964638f8e3206d248f8c085e1056522.tar.gz gentoo-8753c047c964638f8e3206d248f8c085e1056522.tar.bz2 gentoo-8753c047c964638f8e3206d248f8c085e1056522.zip |
app-text/gspell-1.8: 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')
-rw-r--r-- | app-text/gspell/gspell-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.8.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index ef631e0e2952..b24253254381 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.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" @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-2.1.3 + >=app-text/enchant-2.1.3:2 >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild index ddbd5b2961b6..bb343dd17de0 100644 --- a/app-text/gspell/gspell-1.8.2.ebuild +++ b/app-text/gspell/gspell-1.8.2.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" @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-2.1.3 + >=app-text/enchant-2.1.3:2 >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) |