diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-06 15:21:21 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-06 15:21:21 +0200 |
commit | e859c528f6a8fc045ed660ebf10c3d0622d1aa79 (patch) | |
tree | f0e1d9255e5c0b53752e2b1f6f37fa578c0a3003 | |
parent | app-arch/lxqt-archiver: sync keywords and update dependencies (diff) | |
download | qt-e859c528f6a8fc045ed660ebf10c3d0622d1aa79.tar.gz qt-e859c528f6a8fc045ed660ebf10c3d0622d1aa79.tar.bz2 qt-e859c528f6a8fc045ed660ebf10c3d0622d1aa79.zip |
app-misc/qtxdg-tools: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild index 7b3875ec..d037f1f3 100644 --- a/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild +++ b/app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild @@ -13,15 +13,15 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" +BDEPEND=">=dev-util/lxqt-build-tools-2.1.0" RDEPEND=" - >=dev-libs/libqtxdg-4.0.0 + >=dev-libs/libqtxdg-4.1.0 >=dev-qt/qtbase-6.6:6 " DEPEND="${RDEPEND}" |