commit:     5e72228733456e12ee9a4b0f2387679c60eb34c5
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 12:08:39 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 12:08:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e722287

Revert "xdg.eclass: allow skipping addition of utilities to DEPEND"

This reverts commit cf4f58e1e24c964fdf103dfe467de01a3e30c77b.

 eclass/xdg.eclass | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass
index bada2ee..2ad0ada 100644
--- a/eclass/xdg.eclass
+++ b/eclass/xdg.eclass
@@ -21,19 +21,10 @@ case "${EAPI:-0}" in
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 
-# @ECLASS-VARIABLE: XDG_ECLASS_SKIP_DEPEND
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Allow skipping addition of utilities to DEPEND.
-# Used to break dependency loop with glib.
-: ${XDG_ECLASS_SKIP_DEPEND:="no"}
-
-if [[ ${XDG_ECLASS_SKIP_DEPEND} != yes ]] ; then
 DEPEND="
        dev-util/desktop-file-utils
        x11-misc/shared-mime-info
 "
-fi
 
 # @FUNCTION: xdg_src_prepare
 # @DESCRIPTION:

Reply via email to