diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-06 15:34:26 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-11-06 15:34:26 +0200 |
commit | f6c0fb90b5ae8496e7e340acd587f2ab37161605 (patch) | |
tree | bd359380975e1d5f488cffc77889399d2b4300a6 | |
parent | lxqt-base/lxqt-menu-data: sync keywords and update dependencies (diff) | |
download | qt-f6c0fb90b5ae8496e7e340acd587f2ab37161605.tar.gz qt-f6c0fb90b5ae8496e7e340acd587f2ab37161605.tar.bz2 qt-f6c0fb90b5ae8496e7e340acd587f2ab37161605.zip |
lxqt-base/lxqt-notificationd: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild index abea757c..8c70f75f 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild @@ -15,7 +15,7 @@ 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 LGPL-2.1+" @@ -23,10 +23,10 @@ SLOT="0" BDEPEND=" >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 + >=dev-util/lxqt-build-tools-2.1.0 " DEPEND=" - >=dev-libs/libqtxdg-4.0.0 + >=dev-libs/libqtxdg-4.1.0 >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] kde-frameworks/kwindowsystem:6 >=kde-plasma/layer-shell-qt-6.0:6 |