x11-libs/libfm: Add missing dependency to glib-utils.
authorHanno <hanno@gentoo.org>
Fri, 24 May 2019 18:03:56 +0000 (20:03 +0200)
committerHanno <hanno@gentoo.org>
Fri, 24 May 2019 18:03:56 +0000 (20:03 +0200)
Closes: https://bugs.gentoo.org/668128
Signed-off-by: Hanno Boeck <hanno@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12

x11-libs/libfm/libfm-1.3.1.ebuild
x11-libs/libfm/libfm-9999.ebuild

index 55117ef17be958ce9e71e5f4824db859f84877d8..3230e2897234d5629e9bb387550fca6175c001ce 100644 (file)
@@ -37,7 +37,8 @@ DEPEND="${COMMON_DEPEND}
        app-arch/xz-utils
        >=dev-util/intltool-0.40
        virtual/pkgconfig
-       sys-devel/gettext"
+       sys-devel/gettext
+       dev-util/glib-utils"
 
 S="${WORKDIR}"/${MY_P}
 
index 6aed4f9e783e6f5e7117fb33e6de36036148dce0..5b87cedea7aeb57ba64afdb0b9bee85e61619040 100644 (file)
@@ -33,7 +33,8 @@ DEPEND="${COMMON_DEPEND}
        )
        >=dev-util/intltool-0.40
        virtual/pkgconfig
-       sys-devel/gettext"
+       sys-devel/gettext
+       dev-util/glib-utils"
 
 DOCS=( AUTHORS TODO )