Skip to content

Commit

Permalink
app-office/lyx: lock enchant dep to SLOT=0
Browse files Browse the repository at this point in the history
lyx looks for libenchant only, not libenchant-2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Feb 2, 2020
1 parent 97f8a98 commit 758e89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-office/lyx/lyx-2.3.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -36,7 +36,7 @@ RDEPEND="${PYTHON_DEPS}
dia? ( app-office/dia )
docbook? ( app-text/sgmltools-lite )
dot? ( media-gfx/graphviz )
enchant? ( app-text/enchant )
enchant? ( app-text/enchant:0 )
gnumeric? ( app-office/gnumeric )
html? ( dev-tex/html2latex )
hunspell? ( app-text/hunspell )
Expand Down

0 comments on commit 758e89f

Please sign in to comment.