aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2022-11-18 15:24:23 +0200
committerJimi Huotari <chiitoo@gentoo.org>2022-11-18 15:24:23 +0200
commitc09970d9a2fd519b4147fd50c095a1c0d7847c59 (patch)
tree4bf24f3cdea3cb49a0c93accb45dad09c8e2b10a
parentlxqt-base/*: sync with ::gentoo (diff)
downloadqt-c09970d9a2fd519b4147fd50c095a1c0d7847c59.tar.gz
qt-c09970d9a2fd519b4147fd50c095a1c0d7847c59.tar.bz2
qt-c09970d9a2fd519b4147fd50c095a1c0d7847c59.zip
dev-libs/libqtxdg: sync with ::gentoo
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--dev-libs/libqtxdg/libqtxdg-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
index faa88435..194fdcc5 100644
--- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild
@@ -13,17 +13,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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1+ Nokia-Qt-LGPL-Exception-1.1"
SLOT="0"
IUSE="test"
-
RESTRICT="!test? ( test )"
BDEPEND="
- >=dev-util/lxqt-build-tools-0.11.0
+ >=dev-util/lxqt-build-tools-0.12.0
virtual/pkgconfig
"
RDEPEND="
@@ -44,6 +43,7 @@ src_configure() {
local mycmakeargs=(
-DBUILD_TESTS=$(usex test)
)
+
cmake_src_configure
}