commit: 40d5231089aeed43b72cf4545b2a20f92f20af18 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Wed Aug 6 15:55:59 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 09:58:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d52310
app-text/enchant: fix NonexistentBlocker Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43353 Closes: https://github.com/gentoo/gentoo/pull/43353 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-text/enchant/{enchant-2.6.1.ebuild => enchant-2.6.1-r1.ebuild} | 4 +--- app-text/enchant/{enchant-2.8.11.ebuild => enchant-2.8.11-r1.ebuild} | 4 +--- app-text/enchant/enchant-2.8.12.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app-text/enchant/enchant-2.6.1.ebuild b/app-text/enchant/enchant-2.6.1-r1.ebuild similarity index 95% rename from app-text/enchant/enchant-2.6.1.ebuild rename to app-text/enchant/enchant-2.6.1-r1.ebuild index 45d39a1db6ad..bae79f07a75a 100644 --- a/app-text/enchant/enchant-2.6.1.ebuild +++ b/app-text/enchant/enchant-2.6.1-r1.ebuild @@ -24,9 +24,7 @@ COMMON_DEPEND=" nuspell? ( >=app-text/nuspell-5.1.0:0= ) voikko? ( dev-libs/libvoikko:= ) " -RDEPEND="${COMMON_DEPEND} - !<app-text/enchant-1.6.1-r2:0 -" +RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} test? ( >=dev-libs/unittest++-2.0.0-r2 ) " diff --git a/app-text/enchant/enchant-2.8.11.ebuild b/app-text/enchant/enchant-2.8.11-r1.ebuild similarity index 96% rename from app-text/enchant/enchant-2.8.11.ebuild rename to app-text/enchant/enchant-2.8.11-r1.ebuild index 6d6604d1e33c..40e52843dd56 100644 --- a/app-text/enchant/enchant-2.8.11.ebuild +++ b/app-text/enchant/enchant-2.8.11-r1.ebuild @@ -24,9 +24,7 @@ COMMON_DEPEND=" nuspell? ( >=app-text/nuspell-5.1.0:0= ) voikko? ( dev-libs/libvoikko:= ) " -RDEPEND="${COMMON_DEPEND} - !<app-text/enchant-1.6.1-r2:0 -" +RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} test? ( >=dev-libs/unittest++-2.0.0-r4 ) " diff --git a/app-text/enchant/enchant-2.8.12.ebuild b/app-text/enchant/enchant-2.8.12.ebuild index 6d6604d1e33c..40e52843dd56 100644 --- a/app-text/enchant/enchant-2.8.12.ebuild +++ b/app-text/enchant/enchant-2.8.12.ebuild @@ -24,9 +24,7 @@ COMMON_DEPEND=" nuspell? ( >=app-text/nuspell-5.1.0:0= ) voikko? ( dev-libs/libvoikko:= ) " -RDEPEND="${COMMON_DEPEND} - !<app-text/enchant-1.6.1-r2:0 -" +RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} test? ( >=dev-libs/unittest++-2.0.0-r4 ) "
