sys-apps/groff: stable 1.22.4 for ppc64, bug #704420
[gentoo.git] / sys-apps / xdg-dbus-proxy / xdg-dbus-proxy-0.1.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Filtering proxy for D-Bus connections"
7 HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy"
8 SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
9
10 LICENSE="LGPL-2.1+"
11 SLOT="0"
12 KEYWORDS="amd64 arm64 ~ppc64 x86"
13 IUSE=""
14
15 RDEPEND="
16         >=dev-libs/glib-2.40:2
17 "
18 DEPEND="${RDEPEND}"
19 BDEPEND="
20         app-text/docbook-xsl-stylesheets
21         dev-libs/libxslt
22         virtual/pkgconfig
23 "
24
25 src_configure() {
26         econf --enable-man
27 }