diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-19 08:31:47 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-19 08:32:03 -0700 |
commit | 2a69e0a9e47566cd07ef0dcf14aab822068c07f5 (patch) | |
tree | 92dac11349c151dce1198df74a2d15a4c13fd2f5 /app-text | |
parent | app-admin/mcelog: add 181 (diff) | |
download | gentoo-2a69e0a9e47566cd07ef0dcf14aab822068c07f5.tar.gz gentoo-2a69e0a9e47566cd07ef0dcf14aab822068c07f5.tar.bz2 gentoo-2a69e0a9e47566cd07ef0dcf14aab822068c07f5.zip |
app-text/enchant: Correct the blocker's slot
enchant-1.6 is SLOT=0, not SLOT=1.
Closes: https://bugs.gentoo.org/839492
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-2.3.3-r1.ebuild (renamed from app-text/enchant/enchant-2.3.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/enchant/enchant-2.3.3.ebuild b/app-text/enchant/enchant-2.3.3-r1.ebuild index 237874a845fd..01202d5bee1a 100644 --- a/app-text/enchant/enchant-2.3.3.ebuild +++ b/app-text/enchant/enchant-2.3.3-r1.ebuild @@ -23,7 +23,7 @@ COMMON_DEPEND=" voikko? ( dev-libs/libvoikko ) " RDEPEND="${COMMON_DEPEND} - !<app-text/enchant-1.6.1-r2:1 + !<app-text/enchant-1.6.1-r2:0 " DEPEND="${COMMON_DEPEND} test? ( >=dev-libs/unittest++-2.0.0-r2 ) |