diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-07 13:49:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-07 13:49:01 +0200 |
commit | be851a85ae99e0fe8a879bccbe3f9e953ed2616e (patch) | |
tree | 4f13c9b215344b9209c3c6ce512124dc31315840 /mate-extra/mate-utils | |
parent | mate-base/mate-panel: Add missing dev-util/glib-utils (diff) | |
download | gentoo-be851a85ae99e0fe8a879bccbe3f9e953ed2616e.tar.gz gentoo-be851a85ae99e0fe8a879bccbe3f9e953ed2616e.tar.bz2 gentoo-be851a85ae99e0fe8a879bccbe3f9e953ed2616e.zip |
mate-extra/mate-utils: Add missing dev-util/glib-utils
Non-maintainer fix.
Closes: https://bugs.gentoo.org/668248
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mate-extra/mate-utils')
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.22.0.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild b/mate-extra/mate-utils/mate-utils-1.22.0.ebuild index cbba18e16de9..9c0062d42625 100644 --- a/mate-extra/mate-utils/mate-utils-1.22.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.22.0.ebuild @@ -17,7 +17,7 @@ SLOT="0" IUSE="X applet debug ipv6 test" -COMMON_DEPEND=" +RDEPEND=" dev-libs/atk >=dev-libs/glib-2.50:2 >=gnome-base/libgtop-2.12:2= @@ -33,18 +33,17 @@ COMMON_DEPEND=" x11-libs/pango applet? ( >=mate-base/mate-panel-1.17.0 )" -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} app-text/rarian >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools + dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am >=dev-util/intltool-0.50.1 - x11-base/xorg-proto - sys-devel/gettext:* - virtual/pkgconfig:*" + sys-devel/gettext + virtual/pkgconfig + x11-base/xorg-proto" src_prepare() { # Make apps visible in all DEs. |