diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 13:18:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 13:25:34 +0200 |
commit | 8491d0edab0c2df960d9d39cfe23df3bb979b169 (patch) | |
tree | d15b428583ebde38c5a6532575df3d3da3f6dee5 /sys-apps/kcheck | |
parent | dev-python/async-timeout: Clean MY_P up (diff) | |
download | gentoo-8491d0edab0c2df960d9d39cfe23df3bb979b169.tar.gz gentoo-8491d0edab0c2df960d9d39cfe23df3bb979b169.tar.bz2 gentoo-8491d0edab0c2df960d9d39cfe23df3bb979b169.zip |
Rename dev-python/{configargparse → ConfigArgParse}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/kcheck')
-rw-r--r-- | sys-apps/kcheck/kcheck-0.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/kcheck/kcheck-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild b/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild index dd37156e47c0..f710c7d3e34f 100644 --- a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild +++ b/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" - dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/ConfigArgParse[${PYTHON_USEDEP}] sys-apps/portage[${PYTHON_USEDEP}]" src_install() { diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-9999.ebuild index dd37156e47c0..f710c7d3e34f 100644 --- a/sys-apps/kcheck/kcheck-9999.ebuild +++ b/sys-apps/kcheck/kcheck-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" - dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/ConfigArgParse[${PYTHON_USEDEP}] sys-apps/portage[${PYTHON_USEDEP}]" src_install() { |