diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 20:28:09 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:22 +0200 |
commit | e8c28bf5ff857da4449eb117a34120154a1083e5 (patch) | |
tree | f76ffbdd163abebff7085b82527b6de0dc2b3abb /app-text | |
parent | mail-client/geary: declare enchant dep as := for now, as either work (diff) | |
download | gentoo-e8c28bf5ff857da4449eb117a34120154a1083e5.tar.gz gentoo-e8c28bf5ff857da4449eb117a34120154a1083e5.tar.bz2 gentoo-e8c28bf5ff857da4449eb117a34120154a1083e5.zip |
app-text/gtkspell: lock enchant dep to SLOT=0
configure checks only for enchant.pc, not enchant-2.pc
The still p.masked 3.0.10 uses enchant-2 only instead.
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/gtkspell/gtkspell-2.0.16.ebuild | 4 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-3.0.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild index 932bb5de0db2..e2851ea43dee 100644 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16.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=4 @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linu IUSE="" RDEPEND="x11-libs/gtk+:2 - >=app-text/enchant-1.1.6" + >=app-text/enchant-1.1.6:0" DEPEND="${RDEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild b/app-text/gtkspell/gtkspell-3.0.9.ebuild index b3ba00b85791..db2f17b17ddc 100644 --- a/app-text/gtkspell/gtkspell-3.0.9.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.9.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-1.1.6 + >=app-text/enchant-1.1.6:0 app-text/iso-codes dev-libs/glib:2 x11-libs/gtk+:3[introspection?] |