Install this version:
emerge -a =sys-apps/xdg-dbus-proxy-0.1.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/xdg-dbus-proxy-0.1.7
Or alternatively:
emerge --autounmask-write -a =sys-apps/xdg-dbus-proxy-0.1.7
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Filtering proxy for D-Bus connections"
HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy"
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.40:2
"
DEPEND="${RDEPEND}
test? ( sys-apps/dbus )
"
BDEPEND="
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
-Dinstalled_tests=false
-Dman=enabled
$(meson_use test tests)
)
meson_src_configure
}
Manage flags for this package:
euse -i <flag> -p sys-apps/xdg-dbus-proxy |
euse -E <flag> -p sys-apps/xdg-dbus-proxy |
euse -D <flag> -p sys-apps/xdg-dbus-proxy
>=dev-libs/glib-2.40:2 test? ( sys-apps/dbus )
>=dev-libs/glib-2.40:2
app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xdg-dbus-proxy-0.1.7.tar.xz | 42764 bytes | https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.7/xdg-dbus-proxy-0.1.7.tar.xz |