Install this version:
emerge -a =dev-libs/gdbuspp-3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/gdbuspp-3
Or alternatively:
emerge --autounmask-write -a =dev-libs/gdbuspp-3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3 | 8 | ~amd64 | 0 |
# Copyright 2025 Gianni Bombelli <bombo82@giannibombelli.it>
# Distributed under the terms of the GNU General Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option) any later version.
EAPI=8
inherit meson
DESCRIPTION="This library provides a simpler C++ based interface to implement D-Bus into applications in a more C++ approach, based on the C++17 standard."
HOMEPAGE="https://codeberg.org/OpenVPN/gdbuspp/"
SRC_URI="https://codeberg.org/OpenVPN/gdbuspp/archive/v${PV}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-libs/glib
"
RDEPEND="${DEPEND}
sys-apps/dbus
"
BDEPEND="
dev-build/meson
"
dev-libs/glib
dev-libs/glib sys-apps/dbus
dev-build/meson
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v3.tar.gz | 160694 bytes | https://codeberg.org/OpenVPN/gdbuspp/archive/v3.tar.gz |