diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 19:36:11 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:19 +0200 |
commit | 97f8a984e758d06df89b7eb9e5dbf7e1230a54e0 (patch) | |
tree | d23c3a6afa342bd1c21f9e01378774207f780a03 /app-office/abiword | |
parent | package.mask: removed pmasked media-plugins/vdr-skinenigmang (diff) | |
download | gentoo-97f8a984e758d06df89b7eb9e5dbf7e1230a54e0.tar.gz gentoo-97f8a984e758d06df89b7eb9e5dbf7e1230a54e0.tar.bz2 gentoo-97f8a984e758d06df89b7eb9e5dbf7e1230a54e0.zip |
app-office/abiword: lock enchant dep to SLOT=0
abiword 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-office/abiword')
-rw-r--r-- | app-office/abiword/abiword-3.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/abiword/abiword-3.0.2-r2.ebuild b/app-office/abiword/abiword-3.0.2-r2.ebuild index 654d4c6d1ff5..ed9646cd3f04 100644 --- a/app-office/abiword/abiword-3.0.2-r2.ebuild +++ b/app-office/abiword/abiword-3.0.2-r2.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 @@ -56,7 +56,7 @@ RDEPEND=" redland? ( >=dev-libs/redland-1.0.10 >=dev-libs/rasqal-0.9.17 ) - spell? ( >=app-text/enchant-1.2 ) + spell? ( >=app-text/enchant-1.2:0 ) !<app-office/abiword-plugins-2.8 " DEPEND="${RDEPEND} |