commit: ab9e1c3378b4573ae5af538995773d938058f8ea Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Jun 11 15:53:01 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Jun 11 15:53:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9e1c33
dev-python/qstylizer: fix dep on tinycss(2) and fix my dumb mistaken in src_prepare Closes: https://bugs.gentoo.org/795417 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/qstylizer/qstylizer-0.2.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/qstylizer/qstylizer-0.2.0.ebuild b/dev-python/qstylizer/qstylizer-0.2.0.ebuild index 284ba937368..7d5ad0fccd1 100644 --- a/dev-python/qstylizer/qstylizer-0.2.0.ebuild +++ b/dev-python/qstylizer/qstylizer-0.2.0.ebuild @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - >=dev-python/tinycss-0.4[${PYTHON_USEDEP}] - <dev-python/tinycss-1[${PYTHON_USEDEP}] + >=dev-python/tinycss2-0.5[${PYTHON_USEDEP}] + <dev-python/tinycss-2[${PYTHON_USEDEP}] >=dev-python/inflection-0.3.0[${PYTHON_USEDEP}] <dev-python/inflection-1[${PYTHON_USEDEP}] " @@ -45,8 +45,8 @@ python_prepare_all() { git config user.email "[email protected]" || die git config user.name "Larry the Cow" || die git add . || die - git commit -mq "init" || die - git tag -aq "${PV}" -m "${PV}" || die + git commit -m "init" || die + git tag -a "${PV}" -m "${PV}" || die distutils-r1_python_prepare_all }
