diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2022-11-18 15:24:23 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2022-11-18 15:24:23 +0200 |
commit | c09970d9a2fd519b4147fd50c095a1c0d7847c59 (patch) | |
tree | 4bf24f3cdea3cb49a0c93accb45dad09c8e2b10a | |
parent | lxqt-base/*: sync with ::gentoo (diff) | |
download | qt-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.ebuild | 6 |
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 } |