Skip to content

Commit

Permalink
app-misc/qtxdg-tools: sync keywords and update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jimi Huotari <[email protected]>
  • Loading branch information
Chiitoo committed Nov 6, 2024
1 parent 3cc59f6 commit e859c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-misc/qtxdg-tools/qtxdg-tools-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit e859c52

Please sign in to comment.