diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 20:30:11 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:23 +0200 |
commit | ea9bd2f9f15ede489af626c282c7a48ef493a07c (patch) | |
tree | 8d0cd4cfb2d496e6e399e1a7af13a12c87bb0fa2 /app-text/stardict | |
parent | app-text/gtkspell: lock enchant dep to SLOT=0 (diff) | |
download | gentoo-ea9bd2f9f15ede489af626c282c7a48ef493a07c.tar.gz gentoo-ea9bd2f9f15ede489af626c282c7a48ef493a07c.tar.bz2 gentoo-ea9bd2f9f15ede489af626c282c7a48ef493a07c.zip |
app-text/stardict: lock enchant dep to SLOT=0
configure checks only for enchant.pc, not enchant-2.pc
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/stardict-3.0.6-r3.ebuild | 4 | ||||
-rw-r--r-- | app-text/stardict/stardict-4.0.0_pre20170304.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild index 6d913303f558..66ab1895618e 100644 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,7 @@ COMMON_DEPEND=" x11-libs/libX11 x11-libs/pango gucharmap? ( gnome-extra/gucharmap:0= ) - spell? ( >=app-text/enchant-1.2 ) + spell? ( >=app-text/enchant-1.2:0 ) tools? ( dev-db/mysql-connector-c dev-libs/libpcre:= diff --git a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild index 7ef439a91b49..068d4a3d51c6 100644 --- a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,7 @@ COMMON_DEPEND=" espeak? ( >=app-accessibility/espeak-1.29 ) flite? ( app-accessibility/flite ) gucharmap? ( gnome-extra/gucharmap:2.90= ) - spell? ( >=app-text/enchant-1.2 ) + spell? ( >=app-text/enchant-1.2:0 ) tools? ( dev-db/mysql-connector-c dev-libs/expat |