Install this version:
emerge -a =dev-qt/qtpim-5.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-qt/qtpim-5.0.0
Or alternatively:
emerge --autounmask-write -a =dev-qt/qtpim-5.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.0.0 | 8 | ~amd64 | 5 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt5-build git-r3
KEYWORDS="~amd64"
EGIT_REPO_URI="https://github.com/qt/${PN}.git"
EGIT_COMMIT="f9a8f0fc914c040d48bbd0ef52d7a68eea175a98"
DESCRIPTION="Qt Personal Information Management"
HOMEPAGE="https://qt-project.org/"
LICENSE="LGPL-2.1 LGPL-3 GPL-3"
SLOT="5"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/0002-Set-PLUGIN_CLASS_NAME-in-.pro-files.patch
"${FILESDIR}"/0003-Set-MODULE_VERSION-to-5.0.0.patch
)
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtcore:5
dev-qt/qtdeclarative:5