commit: 0c15c656d6f5b5b42f12b3509ad101677ac143e1 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Tue May 31 02:26:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 31 02:55:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c15c656
app-editors/qhexedit2: fix PyQt5>=5.15.6 RDEPEND Closes: https://bugs.gentoo.org/820473 Signed-off-by: Huang Rui <vowstar <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25698 Signed-off-by: Sam James <sam <AT> gentoo.org> ...t2-0.8.6_p20190316-r1.ebuild => qhexedit2-0.8.6_p20190316-r2.ebuild} | 2 +- ...t2-0.8.9_p20210525-r1.ebuild => qhexedit2-0.8.9_p20210525-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r1.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild similarity index 97% rename from app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r1.ebuild rename to app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild index 5a67a0db9e25..1b6a21c4bd95 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r1.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.15.6[gui,widgets,${PYTHON_USEDEP}] ') ) " diff --git a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r1.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild similarity index 97% rename from app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r1.ebuild rename to app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild index eb3f2601963f..e4232394a04c 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r1.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild @@ -33,7 +33,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.15.6[gui,widgets,${PYTHON_USEDEP}] ') ) "
