Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160671 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/xfce-base/xfprint/xfprint-4.3.99.2.ebuild (-8 / +4 lines)
Lines 10-19 Link Here
10
LICENSE="BSD"
10
LICENSE="BSD"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
12
12
13
IUSE="debug lpr cups"
13
IUSE="debug lpr"
14
14
15
RDEPEND="cups? ( net-print/cups )
15
RDEPEND="lpr? ( net-print/lprng )
16
	!cups? ( lpr? ( net-print/lprng ) )
16
	!lpr? ( net-print/cups )
17
	>=dev-libs/glib-2.2
17
	>=dev-libs/glib-2.2
18
	>=x11-libs/gtk+-2.2
18
	>=x11-libs/gtk+-2.2
19
	~xfce-base/libxfce4mcs-${PV}
19
	~xfce-base/libxfce4mcs-${PV}
Lines 27-37 Link Here
27
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
28
	~xfce-base/xfce-mcs-manager-${PV}"
28
	~xfce-base/xfce-mcs-manager-${PV}"
29
29
30
XFCE_CONFIG="$(use_enable cups)"
30
XFCE_CONFIG="$(use_enable !lpr cups) $(use_enable lpr bsdlpr)"
31
32
if ! use cups; then
33
	XFCE_CONFIG="${XFCE_CONFIG} $(use_enable lpr bsdlpr)"
34
fi
35
31
36
xfce44_core_package
32
xfce44_core_package
37
33

Return to bug 160671