Install this version:
emerge -a =sys-apps/qdiskinfo-0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/qdiskinfo-0.4
Or alternatively:
emerge --autounmask-write -a =sys-apps/qdiskinfo-0.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="CrystalDiskInfo alternative for Linux"
HOMEPAGE="https://github.com/edisionnano/QDiskInfo"
SRC_URI="
https://github.com/edisionnano/QDiskInfo/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/QDiskInfo-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,gui,widgets]
"
RDEPEND="${DEPEND}
sys-apps/smartmontools
"
dev-qt/qtbase:6[dbus,gui,widgets]
dev-qt/qtbase:6[dbus,gui,widgets] sys-apps/smartmontools
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qdiskinfo-0.4.tar.gz | 89493 bytes | https://github.com/edisionnano/QDiskInfo/archive/refs/tags/0.4.tar.gz |