Skip to content

Commit

Permalink
dev-util/dbus-test-runner: Add missing dev-util/gdbus-codegen DEPEND
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/650512
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 29, 2018
1 parent e0ecbeb commit b18652f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,9 +21,9 @@ RDEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.34:2
dev-python/dbusmock[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
DEPEND="${RDEPEND}
app-arch/xz-utils
dev-util/gdbus-codegen
dev-util/intltool
"
# now optional:
Expand Down

0 comments on commit b18652f

Please sign in to comment.