diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-03-02 15:34:59 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-03-02 15:37:02 -0800 |
commit | 3b451f1740713c628b449e1bdd6a3c48373c2af6 (patch) | |
tree | 83f7bb334bf035eb7efbeb418604c743edbdd4a2 /app-text | |
parent | app-text/editorconfig-core-c: drop 0.12.5 (diff) | |
download | gentoo-3b451f1740713c628b449e1bdd6a3c48373c2af6.tar.gz gentoo-3b451f1740713c628b449e1bdd6a3c48373c2af6.tar.bz2 gentoo-3b451f1740713c628b449e1bdd6a3c48373c2af6.zip |
app-text/editorconfig-core-c: Block dev-python/editorconfig with broken USE=-cli
Closes: https://bugs.gentoo.org/925713
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild index 98699154c6f0..be53eaf511e3 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild @@ -18,7 +18,7 @@ BDEPEND="doc? ( app-text/doxygen )" DEPEND="dev-libs/libpcre2:=" RDEPEND=" ${DEPEND} - cli? ( !dev-python/editorconfig[cli] ) + cli? ( !dev-python/editorconfig[cli] !<dev-python/editorconfig-editorconfig-0.12.4-r1 ) " # Header-only DEPEND+=" dev-libs/uthash" |