commit:     76b61ba7ac707400c086a962220437d084bc032c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 11:56:48 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 11:56:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b61ba7

app-arch/engrampa: Add missing dev-util/glib-utils

Non-maintainer fix.

Closes: https://bugs.gentoo.org/639590
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-arch/engrampa/engrampa-1.22.0.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.22.0.ebuild 
b/app-arch/engrampa/engrampa-1.22.0.ebuild
index 3bf24e0d5df..f1260b9b27e 100644
--- a/app-arch/engrampa/engrampa-1.22.0.ebuild
+++ b/app-arch/engrampa/engrampa-1.22.0.ebuild
@@ -17,25 +17,24 @@ SLOT="0"
 
 IUSE="caja magic packagekit"
 
-COMMON_DEPEND="
+RDEPEND="
        >=dev-libs/glib-2.50:2
        >=dev-libs/json-glib-0.14
+       virtual/libintl
        x11-libs/gdk-pixbuf:2
+       >=x11-libs/gtk+-3.22:3[X]
        x11-libs/pango
-       virtual/libintl
        caja? ( >=mate-base/caja-1.17.1 )
-       >=x11-libs/gtk+-3.22:3[X]
        magic? ( sys-apps/file )
        packagekit? ( app-admin/packagekit-base )
        !!app-arch/mate-file-archiver"
 
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
        app-text/yelp-tools
+       dev-util/glib-utils
        >=dev-util/intltool-0.50.1
-       sys-devel/gettext:*
-       virtual/pkgconfig:*"
+       sys-devel/gettext
+       virtual/pkgconfig"
 
 src_configure() {
        mate_src_configure \

Reply via email to