Skip to content

Commit

Permalink
lxqt-base/lxqt-about: 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 b93643d commit 8def938
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lxqt-base/lxqt-about/lxqt-about-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ 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"
DEPEND="
>=dev-libs/libqtxdg-4.0.0
>=dev-libs/libqtxdg-4.1.0
>=dev-qt/qtbase-6.6:6
=lxqt-base/liblxqt-${MY_PV}*:=
"
RDEPEND="${DEPEND}"

0 comments on commit 8def938

Please sign in to comment.