diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-07 13:45:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-07 13:45:33 +0200 |
commit | 6ffd1913db2a55cfcd00877b4dde11303ee1bdca (patch) | |
tree | c4a01d6e11e3077a95f088dad9e98339f9a33128 /mate-base/mate-panel | |
parent | mate-base/libmatekbd: Add missing dev-util/glib-utils (diff) | |
download | gentoo-6ffd1913db2a55cfcd00877b4dde11303ee1bdca.tar.gz gentoo-6ffd1913db2a55cfcd00877b4dde11303ee1bdca.tar.bz2 gentoo-6ffd1913db2a55cfcd00877b4dde11303ee1bdca.zip |
mate-base/mate-panel: Add missing dev-util/glib-utils
Non-maintainer fix.
Closes: https://bugs.gentoo.org/668138
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mate-base/mate-panel')
-rw-r--r-- | mate-base/mate-panel/mate-panel-1.22.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mate-base/mate-panel/mate-panel-1.22.0.ebuild b/mate-base/mate-panel/mate-panel-1.22.0.ebuild index 2b7c69dc12f4..84610067f793 100644 --- a/mate-base/mate-panel/mate-panel-1.22.0.ebuild +++ b/mate-base/mate-panel/mate-panel-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="X +introspection" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk >=dev-libs/dbus-glib-0.80:0 >=dev-libs/glib-2.50:2 @@ -41,18 +41,17 @@ COMMON_DEPEND=" virtual/libintl introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools >=dev-lang/perl-5:= + dev-util/glib-utils dev-util/gdbus-codegen dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1 - sys-devel/gettext:* - virtual/pkgconfig:*" + sys-devel/gettext + virtual/pkgconfig" src_configure() { mate_src_configure \ |