commit: 5c781eba2b071b7d06162ddb3f11619cd00cff93 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 7 10:38:17 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 10:49:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c781eba
media-gfx/eom: Drop USE dbus Non-maintainer fix. Closes: https://bugs.gentoo.org/682430 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/eom/eom-1.22.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild index 7327f18731c..e6779fb6b7d 100644 --- a/media-gfx/eom/eom-1.22.0.ebuild +++ b/media-gfx/eom/eom-1.22.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="The MATE image viewer" LICENSE="GPL-2" SLOT="0" -IUSE="X debug dbus exif +introspection jpeg lcms svg tiff xmp" +IUSE="X debug exif +introspection jpeg lcms svg tiff xmp" RDEPEND=" dev-libs/atk @@ -29,7 +29,6 @@ RDEPEND=" x11-libs/libX11 >=x11-misc/shared-mime-info-0.20 virtual/libintl - dbus? ( >=dev-libs/dbus-glib-0.71 ) exif? ( >=media-libs/libexif-0.6.14 virtual/jpeg:0 @@ -55,7 +54,6 @@ src_configure() { $(use_enable debug) \ $(use_enable introspection) \ $(use_with X x) \ - $(use_with dbus) \ $(use_with exif libexif) \ $(use_with jpeg libjpeg) \ $(use_with lcms cms) \
