diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-27 18:06:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-27 18:06:33 +0200 |
commit | e5513e111e5e232546e9671ddf2a44269e45f662 (patch) | |
tree | 53b5dcaf8d3e05766704767c29143b14c5e4ab47 /app-editors/bluefish | |
parent | media-sound/mixxx: Removed old. (diff) | |
download | gentoo-e5513e111e5e232546e9671ddf2a44269e45f662.tar.gz gentoo-e5513e111e5e232546e9671ddf2a44269e45f662.tar.bz2 gentoo-e5513e111e5e232546e9671ddf2a44269e45f662.zip |
app-editors/bluefish: Restrict app-text/enchant dep to version < 2
This partially reverts commit 0ec0ee0e508fc71a0ec14bd68f3232144e0de695
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/bluefish-2.2.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index 3adf75d61ef3..9443e11890ad 100644 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild @@ -27,7 +27,7 @@ RDEPEND=" gucharmap? ( gnome-extra/gucharmap:2.90 ) ) python? ( ${PYTHON_DEPS} ) - spell? ( app-text/enchant:= )" + spell? ( <app-text/enchant-2 )" DEPEND="${RDEPEND} dev-libs/libxml2:2 >=dev-libs/glib-2.24:2 |