Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685916
Collapse All | Expand All

(-)a/eclass/xdg.eclass (-3 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 2015-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
# @ECLASS: xdg.eclass
4
# @ECLASS: xdg.eclass
Lines 23-32 esac Link Here
23
23
24
# Avoid dependency loop as both depend on glib-2
24
# Avoid dependency loop as both depend on glib-2
25
if [[ ${CATEGORY}/${P} != dev-libs/glib-2.* ]] ; then
25
if [[ ${CATEGORY}/${P} != dev-libs/glib-2.* ]] ; then
26
DEPEND="
26
BDEPEND="
27
	dev-util/desktop-file-utils
27
	dev-util/desktop-file-utils
28
	x11-misc/shared-mime-info
28
	x11-misc/shared-mime-info
29
"
29
"
30
	if [[ ${EAPI:-0} == [456] ]]; then
31
		DEPEND="${BDEPEND}"
32
		unset BDEPEND
33
	fi
30
fi
34
fi
31
35
32
# @FUNCTION: xdg_src_prepare
36
# @FUNCTION: xdg_src_prepare
33
- 

Return to bug 685916