diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-16 21:36:36 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-16 21:37:32 +0300 |
commit | 78639aeef18bc0206a39ce45ecb67443c8a60edb (patch) | |
tree | ebb72a03fc322cde761c2c4660d76abd34d0f38a /x11-libs/qtermwidget | |
parent | app-forensics/air: treeclean (diff) | |
download | gentoo-78639aeef18bc0206a39ce45ecb67443c8a60edb.tar.gz gentoo-78639aeef18bc0206a39ce45ecb67443c8a60edb.tar.bz2 gentoo-78639aeef18bc0206a39ce45ecb67443c8a60edb.zip |
x11-libs/qtermwidget: sync 9999 with ::qt
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-libs/qtermwidget')
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-9999.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-libs/qtermwidget/qtermwidget-9999.ebuild b/x11-libs/qtermwidget/qtermwidget-9999.ebuild index 1d05e00f94c1..ba12747178e9 100644 --- a/x11-libs/qtermwidget/qtermwidget-9999.ebuild +++ b/x11-libs/qtermwidget/qtermwidget-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,24 +8,22 @@ inherit cmake DESCRIPTION="Qt terminal emulator widget" HOMEPAGE="https://lxqt-project.org/" -if [[ "${PV}" == "9999" ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64" fi LICENSE="BSD GPL-2 LGPL-2+" SLOT="0/${PV}" BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.13.0 + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.0.0 " DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 + >=dev-qt/qtbase-6.6:6[gui,widgets] " RDEPEND="${DEPEND}" |