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.8.ebuild (-3 / +6 lines)
Lines 14-23 Link Here
14
14
15
DESCRIPTION="KDE libraries needed by all KDE programs"
15
DESCRIPTION="KDE libraries needed by all KDE programs"
16
16
17
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
17
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
18
LICENSE="LGPL-2.1"
18
LICENSE="LGPL-2.1"
19
IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
19
IUSE="cpu_flags_x86_3dnow acl alsa altivec +bzip2 +crypt debug doc fam jpeg2k
20
kerberos lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
20
kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell cpu_flags_x86_sse
21
cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
21
cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
22
22
23
REQUIRED_USE="
23
REQUIRED_USE="
Lines 79-85 Link Here
79
	)
79
	)
80
	policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
80
	policykit? ( >=sys-auth/polkit-qt-0.103.0[qt4(+)] )
81
	spell? ( app-text/enchant )
81
	spell? ( app-text/enchant )
82
	ssl? ( dev-libs/openssl:0 )
82
	ssl? (
83
		!libressl? ( dev-libs/openssl:0 )
84
		libressl? ( dev-libs/libressl )
85
	)
83
	udev? ( virtual/udev )
86
	udev? ( virtual/udev )
84
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
87
	zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
85
"
88
"

Return to bug 565274