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.4.0.ebuild (-2 / +3 lines)
Lines 10-16 Link Here
10
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
10
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11
IUSE="debug doc"
11
IUSE="debug doc"
12
12
13
RDEPEND="net-print/cups
13
RDEPEND="!lpr? ( net-print/cups )
14
	lpr? ( net-print/lprng )
14
	>=dev-libs/glib-2.6
15
	>=dev-libs/glib-2.6
15
	>=x11-libs/gtk+-2.6
16
	>=x11-libs/gtk+-2.6
16
	>=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
17
	>=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
Lines 26-32 Link Here
26
	doc? ( dev-util/gtk-doc )"
27
	doc? ( dev-util/gtk-doc )"
27
28
28
# CUPS includes support for LPR
29
# CUPS includes support for LPR
29
XFCE_CONFIG="${XFCE_CONFIG} --enable-bsdlpr --enable-cups"
30
XFCE_CONFIG="$(use_enable !lpr cups) --enable-bsdlpr"
30
31
31
DOCS="AUTHORS ChangeLog NEWS README TODO"
32
DOCS="AUTHORS ChangeLog NEWS README TODO"
32
33

Return to bug 160671