summaryrefslogtreecommitdiff
blob: 186da0933a296477180031fe79edbb069fbaa8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit gnome2

DESCRIPTION="GIO-based library for use by operating system components"
HOMEPAGE="https://wiki.gnome.org/Projects/LibGSystem"

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+introspection +systemd"

RDEPEND="
	>=dev-libs/glib-2.34:2
	sys-apps/attr
	introspection? ( >=dev-libs/gobject-introspection-1.34 )
	systemd? ( >=sys-apps/systemd-200 )
"
DEPEND="${RDEPEND}
	>=dev-util/gtk-doc-am-1.15
	>=dev-libs/libxslt-1
	virtual/pkgconfig
"