diff options
author | Huang Rui <vowstar@gmail.com> | 2022-05-31 10:26:34 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 03:55:08 +0100 |
commit | 0c15c656d6f5b5b42f12b3509ad101677ac143e1 (patch) | |
tree | 1cb20c5fd5749ffecf85b1ec3ffa4cad97921386 /app-editors/qhexedit2 | |
parent | media-gfx/inkscape: skip some tests; fix SRC_URI (diff) | |
download | gentoo-0c15c656d6f5b5b42f12b3509ad101677ac143e1.tar.gz gentoo-0c15c656d6f5b5b42f12b3509ad101677ac143e1.tar.bz2 gentoo-0c15c656d6f5b5b42f12b3509ad101677ac143e1.zip |
app-editors/qhexedit2: fix PyQt5>=5.15.6 RDEPEND
Closes: https://bugs.gentoo.org/820473
Signed-off-by: Huang Rui <vowstar@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25698
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2')
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r2.ebuild (renamed from app-editors/qhexedit2/qhexedit2-0.8.6_p20190316-r1.ebuild) | 2 | ||||
-rw-r--r-- | app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r2.ebuild (renamed from app-editors/qhexedit2/qhexedit2-0.8.9_p20210525-r1.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 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 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}] ') ) " |