Install this version:
emerge -a =kde-apps/yakuake-26.03.90
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =kde-apps/yakuake-26.03.90
Or alternatively:
emerge --autounmask-write -a =kde-apps/yakuake-26.03.90
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PVCUT=$(ver_cut 1-3)
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org xdg
DESCRIPTION="Quake-style terminal emulator based on konsole"
HOMEPAGE="https://apps.kde.org/yakuake/"
LICENSE="GPL-2 LGPL-2"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="absolute-position"
# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland,widgets]
>=dev-qt/qtsvg-${QTMIN}:6
>=kde-apps/konsole-${PVCUT}:6
>=kde-frameworks/karchive-${KFMIN}:6
>=kde-frameworks/kcolorscheme-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kglobalaccel-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/knewstuff-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/knotifyconfig-${KFMIN}:6
>=kde-frameworks/kparts-${KFMIN}:6
>=kde-frameworks/kservice-${KFMIN}:6
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
>=kde-frameworks/kxmlgui-${KFMIN}:6
x11-libs/libX11
x11-libs/libxcb
x11-libs/xcb-util
absolute-position? ( kde-plasma/kwayland:6 )
"
DEPEND="${RDEPEND}
dev-libs/plasma-wayland-protocols
x11-base/xorg-proto
"
src_configure() {
# TODO: start to use WITH_X11 option? but there's still the
# KX11Extras use...
local mycmakeargs=(
$(cmake_use_find_package absolute-position KWayland)
)
ecm_src_configure
}
Manage flags for this package:
euse -i <flag> -p kde-apps/yakuake |
euse -E <flag> -p kde-apps/yakuake |
euse -D <flag> -p kde-apps/yakuake
>=dev-qt/qtbase-6.10.1:6=[dbus,gui,wayland,widgets] >=dev-qt/qtsvg-:6 >=kde-apps/konsole-$(ver_cut:6 >=kde-frameworks/karchive-6.22.0:6 >=kde-frameworks/kcolorscheme-:6 >=kde-frameworks/kconfig-:6 >=kde-frameworks/kconfigwidgets-:6 >=kde-frameworks/kcoreaddons-:6 >=kde-frameworks/kcrash-:6 >=kde-frameworks/kdbusaddons-:6 >=kde-frameworks/kglobalaccel-:6 >=kde-frameworks/ki18n-:6 >=kde-frameworks/kiconthemes-:6 >=kde-frameworks/kio-:6 >=kde-frameworks/knewstuff-:6 >=kde-frameworks/knotifications-:6 >=kde-frameworks/knotifyconfig-:6 >=kde-frameworks/kparts-:6 >=kde-frameworks/kservice-:6 >=kde-frameworks/kstatusnotifieritem-:6 >=kde-frameworks/kwidgetsaddons-:6 >=kde-frameworks/kwindowsystem-:6[X] >=kde-frameworks/kxmlgui-:6 x11-libs/libX11 x11-libs/libxcb x11-libs/xcb-util absolute-position? ( kde-plasma/kwayland:6 ) dev-libs/plasma-wayland-protocols x11-base/xorg-proto
>=dev-qt/qtbase-6.10.1:6=[dbus,gui,wayland,widgets] >=dev-qt/qtsvg-:6 >=kde-apps/konsole-$(ver_cut:6 >=kde-frameworks/karchive-6.22.0:6 >=kde-frameworks/kcolorscheme-:6 >=kde-frameworks/kconfig-:6 >=kde-frameworks/kconfigwidgets-:6 >=kde-frameworks/kcoreaddons-:6 >=kde-frameworks/kcrash-:6 >=kde-frameworks/kdbusaddons-:6 >=kde-frameworks/kglobalaccel-:6 >=kde-frameworks/ki18n-:6 >=kde-frameworks/kiconthemes-:6 >=kde-frameworks/kio-:6 >=kde-frameworks/knewstuff-:6 >=kde-frameworks/knotifications-:6 >=kde-frameworks/knotifyconfig-:6 >=kde-frameworks/kparts-:6 >=kde-frameworks/kservice-:6 >=kde-frameworks/kstatusnotifieritem-:6 >=kde-frameworks/kwidgetsaddons-:6 >=kde-frameworks/kwindowsystem-:6[X] >=kde-frameworks/kxmlgui-:6 x11-libs/libX11 x11-libs/libxcb x11-libs/xcb-util absolute-position? ( kde-plasma/kwayland:6 )