Install this version:
emerge -a =dev-libs/libregraph-qt-1.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/libregraph-qt-1.0.4
Or alternatively:
emerge --autounmask-write -a =dev-libs/libregraph-qt-1.0.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.4 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Libre Graph API C++/Qt Client"
HOMEPAGE="https://github.com/owncloud/libre-graph-api-cpp-qt-client"
SRC_URI="
https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
"
S="${WORKDIR}/libre-graph-api-cpp-qt-client-${PV}/client"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT=""
RDEPEND="
virtual/zlib:=
"
DEPEND="
${RDEPEND}
dev-qt/qtbase:6[network]
"
BDEPEND=""
Manage flags for this package:
euse -i <flag> -p dev-libs/libregraph-qt |
euse -E <flag> -p dev-libs/libregraph-qt |
euse -D <flag> -p dev-libs/libregraph-qt
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libregraph-qt-1.0.4.tar.gz | 118205 bytes | https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v1.0.4.tar.gz |