Install this version:
emerge -a =dev-qt/qdbus-symlink-0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-qt/qdbus-symlink-0
Or alternatively:
emerge --autounmask-write -a =dev-qt/qdbus-symlink-0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Symbolic link qdbus -> qdbus6."
HOMEPAGE="https://www.qt.io/"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-qt/qtbase:6
dev-qt/qttools:6"
src_install() {
dosym -r /usr/bin/qdbus6 /usr/bin/qdbus
}