diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-23 22:59:17 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-23 23:20:47 +0300 |
commit | 511c49029563c235c8e2328c4a843d1d33c491cf (patch) | |
tree | 9895d83c343ef69a01d0870c0fa5f1ce9a43aaa9 | |
parent | app-misc/qtxdg-tools: add slot operator on qtbase (diff) | |
download | qt-511c49029563c235c8e2328c4a843d1d33c491cf.tar.gz qt-511c49029563c235c8e2328c4a843d1d33c491cf.tar.bz2 qt-511c49029563c235c8e2328c4a843d1d33c491cf.zip |
Revert "app-misc/qtxdg-tools: add slot operator on qtbase"
This reverts commit 577e978c8be7b64892e23201b3a20cb66035a38b.
It doesn't seem like 'qtxdg-tools' needs this after all, but
'dev-libs/libqtxdg' does, and it already has it. It seems that
during a test build an older version of 'dev-libs/libqtxdg' was
still being used, and it did not get rebuilt with the 6.7.2
Qt update leading into 'xdg-open' aborting.
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild index e3816d43..7b3875ec 100644 --- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild +++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild @@ -22,6 +22,6 @@ SLOT="0" BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" RDEPEND=" >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6= + >=dev-qt/qtbase-6.6:6 " DEPEND="${RDEPEND}" |