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

Collapse All | Expand All

(-)a/kde-base/kdelibs/kdelibs-4.14.13-r1.ebuild (-2 / +5 lines)
Lines 18-24 Link Here
18
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
18
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
19
LICENSE="LGPL-2.1"
19
LICENSE="LGPL-2.1"
20
IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
20
IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
21
kerberos lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
21
kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
22
cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
22
cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
23
23
24
REQUIRED_USE="
24
REQUIRED_USE="
Lines 80-86 Link Here
80
	)
80
	)
81
	policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
81
	policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
82
	spell? ( app-text/enchant )
82
	spell? ( app-text/enchant )
83
	ssl? ( dev-libs/openssl:0 )
83
	ssl? (
84
		!libressl? ( dev-libs/openssl:0 )
85
		libressl? ( dev-libs/libressl )
86
	)
84
	udev? ( virtual/udev )
87
	udev? ( virtual/udev )
85
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
88
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
86
"
89
"

Return to bug 565274