diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-18 00:17:46 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-11-18 01:36:22 +0100 |
commit | 0da6baceab282c76d8b11718b16dcec7c8e673b1 (patch) | |
tree | 98f5a78e5695e42455037cba7eac6de31329e062 /sys-auth | |
parent | dev-libs/dbus-glib: add glib-utils to DEPEND (diff) | |
download | gentoo-0da6baceab282c76d8b11718b16dcec7c8e673b1.tar.gz gentoo-0da6baceab282c76d8b11718b16dcec7c8e673b1.tar.bz2 gentoo-0da6baceab282c76d8b11718b16dcec7c8e673b1.zip |
sys-auth/polkit: add glib-utils to DEPEND
Closes: https://bugs.gentoo.org/669220
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-0.113-r4.ebuild | 3 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.115-r1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/polkit/polkit-0.113-r4.ebuild b/sys-auth/polkit/polkit-0.113-r4.ebuild index afe05aabbc92..0774d77fbe08 100644 --- a/sys-auth/polkit/polkit-0.113-r4.ebuild +++ b/sys-auth/polkit/polkit-0.113-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,6 +33,7 @@ DEPEND="${CDEPEND} app-text/docbook-xsl-stylesheets dev-libs/gobject-introspection-common dev-libs/libxslt + dev-util/glib-utils dev-util/gtk-doc-am dev-util/intltool sys-devel/gettext diff --git a/sys-auth/polkit/polkit-0.115-r1.ebuild b/sys-auth/polkit/polkit-0.115-r1.ebuild index 34b62e151d7a..ba7ae49ad099 100644 --- a/sys-auth/polkit/polkit-0.115-r1.ebuild +++ b/sys-auth/polkit/polkit-0.115-r1.ebuild @@ -33,6 +33,7 @@ DEPEND="${CDEPEND} app-text/docbook-xsl-stylesheets dev-libs/gobject-introspection-common dev-libs/libxslt + dev-util/glib-utils dev-util/gtk-doc-am dev-util/intltool sys-devel/gettext |