commit: c09970d9a2fd519b4147fd50c095a1c0d7847c59
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 13:24:23 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 13:24:23 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c09970d9
dev-libs/libqtxdg: sync with ::gentoo
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
dev-libs/libqtxdg/libqtxdg-9999.ebuild | 6 +++---
1 file 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
}