app-misc/doublecmd: drop qt5 IUSE

This follows dev-lang/lazarus::gentoo, which
dropped qt5 support as well.

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2025-01-02 17:26:09 -05:00
parent 4af7648b99
commit 9a2661e2f2

View File

@@ -1,4 +1,4 @@
# Copyright 2016-2024 Gentoo Authors
# Copyright 2016-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,19 +12,13 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tar.gz"
LICENSE="GPL-2+ LGPL-2.1+ LGPL-3 MPL-1.1 Boost-1.0 BZIP2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="qt6"
RDEPEND="
!app-misc/doublecmd-bin
dev-libs/glib:2
sys-apps/dbus
x11-libs/libX11
qt6? (
dev-libs/libqt6pas:=
)
!qt6? (
dev-libs/libqt5pas:=
)
dev-libs/libqt6pas:=
"
DEPEND="
@@ -33,12 +27,7 @@ DEPEND="
"
BDEPEND="
qt6? (
>=dev-lang/lazarus-3.0[qt6]
)
!qt6? (
>=dev-lang/lazarus-3.0[qt5]
)
>=dev-lang/lazarus-3.0[qt6]
"
PATCHES=( "${FILESDIR}"/${P}-build.patch )
@@ -48,7 +37,7 @@ QA_FLAGS_IGNORED=".*"
QA_PRESTRIPPED=".*"
src_compile(){
./build.sh release $(usex qt6 qt6 qt5) || die
./build.sh release qt6 || die
}
src_install(){