diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 22:53:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 23:39:12 +0200 |
commit | 7e3f48e504d0118cbefddbb3057887184e539751 (patch) | |
tree | bf57581881e42233d6041229713d48eb18f9e820 /net-libs/libaccounts-glib | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-7e3f48e504d0118cbefddbb3057887184e539751.tar.gz gentoo-7e3f48e504d0118cbefddbb3057887184e539751.tar.bz2 gentoo-7e3f48e504d0118cbefddbb3057887184e539751.zip |
net-libs/libaccounts-glib: Add missing dev-util/glib-utils DEPEND
Closes: https://bugs.gentoo.org/668886
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild index 94c1a275a838..9f087be11670 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.23.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.23.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 @@ -20,6 +20,7 @@ RDEPEND=" dev-libs/libxml2 " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc " |