diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-05 23:12:22 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-05 23:12:22 +0300 |
commit | 79ef40b8f581b46134d26ee563d52afab560b3df (patch) | |
tree | 0a8ee366c11d36d12ffeeacafa64d36d75447e60 /net-libs/libaccounts-glib | |
parent | sys-cluster/kube-router new ebuild (diff) | |
download | gentoo-79ef40b8f581b46134d26ee563d52afab560b3df.tar.gz gentoo-79ef40b8f581b46134d26ee563d52afab560b3df.tar.bz2 gentoo-79ef40b8f581b46134d26ee563d52afab560b3df.zip |
net-libs/libaccounts-glib: Add missing bdep dev-libs/check
Closes: https://bugs.gentoo.org/691484
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild index 303f69ecb191..ebe37a242e5e 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild @@ -29,6 +29,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/gdbus-codegen dev-util/glib-utils + dev-libs/check doc? ( dev-util/gtk-doc ) " |