dev-qt/qtopengl: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / net-libs / libnma / libnma-1.8.24.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="NetworkManager GUI library"
7 HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
8
9 LICENSE="GPL-2+"
10 SLOT="0"
11 IUSE="+introspection"
12 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
13
14 # This is a transitional package for 1.8.24, but 1.16 version will be a real one split out of nm-applet by upstream
15 RDEPEND="~gnome-extra/nm-applet-${PV}[introspection?]"
16 DEPEND="${RDEPEND}"
17 BDEPEND=""
18
19 S="${WORKDIR}"
20
21 src_unpack() { :; }
22 src_install() { :; }