diff options
author | 2024-07-28 15:42:01 +0200 | |
---|---|---|
committer | 2024-07-28 15:47:05 +0200 | |
commit | 95964c2fdcfb5abd17bf9d963b33a98b66040366 (patch) | |
tree | 88a625d3f5d79dd9cd248f82ab61266fb6b42145 /media-video | |
parent | dev-libs/libassuan: remove obsolete Solaris fix from 3.0.{0,1} (diff) | |
download | gentoo-95964c2fdcfb5abd17bf9d963b33a98b66040366.tar.gz gentoo-95964c2fdcfb5abd17bf9d963b33a98b66040366.tar.bz2 gentoo-95964c2fdcfb5abd17bf9d963b33a98b66040366.zip |
media-video/gaupol: fix MissingUseDepDefault
USE=nuspell was added to enchant in cb22f47abd9 (2.2.8).
Closes: https://github.com/gentoo/gentoo/pull/37753
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/gaupol/gaupol-1.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/gaupol/gaupol-1.15-r1.ebuild b/media-video/gaupol/gaupol-1.15-r1.ebuild index 38dd9159229f..c3660e95177d 100644 --- a/media-video/gaupol/gaupol-1.15-r1.ebuild +++ b/media-video/gaupol/gaupol-1.15-r1.ebuild @@ -28,7 +28,7 @@ BDEPEND=" app-dicts/myspell-en || ( app-text/enchant[hunspell] - app-text/enchant[nuspell] + >=app-text/enchant-2.2.8[nuspell] ) app-text/gspell[introspection] ) |