Install this version:
emerge -a =gui-libs/libcsys-5.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-libs/libcsys-5.0.0
Or alternatively:
emerge --autounmask-write -a =gui-libs/libcsys-5.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.0.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake optfeature
DESCRIPTION="Library for managing the device"
HOMEPAGE="https://gitlab.com/cubocore/libcsys"
SRC_URI="https://gitlab.com/cubocore/libcsys/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[dbus,network]
"
RDEPEND="${DEPEND}"
pkg_postinst() {
optfeature "storage management support" sys-fs/udisks:2
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libcsys-v5.0.0.tar.bz2 | 26550 bytes | https://gitlab.com/cubocore/libcsys/-/archive/v5.0.0/libcsys-v5.0.0.tar.bz2 |