summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-13 05:25:52 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-13 05:25:52 +0100
commitd907814ec5c246e4bde719d703d448992a5752d3 (patch)
tree4c570d9700772c687c0a44c0c1f9f2647fcab393 /app-text/editorconfig-core-c
parentdev-python/editorconfig-core-py: Prepare for rename (diff)
downloadgentoo-d907814ec5c246e4bde719d703d448992a5752d3.tar.gz
gentoo-d907814ec5c246e4bde719d703d448992a5752d3.tar.bz2
gentoo-d907814ec5c246e4bde719d703d448992a5752d3.zip
Move dev-python/{editorconfig-core-py → editorconfig}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/editorconfig-core-c')
-rw-r--r--app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild2
-rw-r--r--app-text/editorconfig-core-c/editorconfig-core-c-0.12.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild
index 4fb3f7542eda..37b393829999 100644
--- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild
+++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.5.ebuild
@@ -17,7 +17,7 @@ IUSE="cli doc"
BDEPEND="doc? ( app-text/doxygen )"
DEPEND="dev-libs/libpcre2:="
RDEPEND="${DEPEND}
- cli? ( !dev-python/editorconfig-core-py[cli] )"
+ cli? ( !dev-python/editorconfig[cli] )"
src_prepare() {
# Don't install the static library.
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 1bc6adbf15d1..98699154c6f0 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-core-py[cli] )
+ cli? ( !dev-python/editorconfig[cli] )
"
# Header-only
DEPEND+=" dev-libs/uthash"