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

Collapse All | Expand All

(-)gnutls-3.3.10-r2.ebuild.orig (-2 / +4 lines)
Lines 16-22 Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
17
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
18
IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
18
IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
19
IUSE="+cxx +crywrap dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}"
19
IUSE="+cxx +crywrap dane doc examples guile nls pkcs11 static-libs system-libopts test zlib ${IUSE_LINGUAS// / linguas_}"
20
# heartbeat support is not disabled until re-licensing happens fullyf
20
# heartbeat support is not disabled until re-licensing happens fullyf
21
21
22
# NOTICE: sys-devel/autogen is required at runtime as we
22
# NOTICE: sys-devel/autogen is required at runtime as we
Lines 24-30 Link Here
24
RDEPEND=">=dev-libs/libtasn1-3.9[${MULTILIB_USEDEP}]
24
RDEPEND=">=dev-libs/libtasn1-3.9[${MULTILIB_USEDEP}]
25
	>=dev-libs/nettle-2.7[gmp,${MULTILIB_USEDEP}]
25
	>=dev-libs/nettle-2.7[gmp,${MULTILIB_USEDEP}]
26
	>=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
26
	>=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
27
	sys-devel/autogen
27
	system-libopts? ( sys-devel/autogen )
28
	crywrap? ( net-dns/libidn )
28
	crywrap? ( net-dns/libidn )
29
	dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
29
	dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
30
	guile? ( >=dev-scheme/guile-1.8[networking] )
30
	guile? ( >=dev-scheme/guile-1.8[networking] )
Lines 38-43 Link Here
38
DEPEND="${RDEPEND}
38
DEPEND="${RDEPEND}
39
	>=sys-devel/automake-1.11.6
39
	>=sys-devel/automake-1.11.6
40
	>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
40
	>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
41
	sys-devel/autogen
41
	doc? ( dev-util/gtk-doc )
42
	doc? ( dev-util/gtk-doc )
42
	nls? ( sys-devel/gettext )
43
	nls? ( sys-devel/gettext )
43
	test? ( app-misc/datefudge )"
44
	test? ( app-misc/datefudge )"
Lines 96-101 Link Here
96
		--enable-heartbeat-support \
97
		--enable-heartbeat-support \
97
		$(use_enable cxx) \
98
		$(use_enable cxx) \
98
		$(use_enable dane libdane) \
99
		$(use_enable dane libdane) \
100
		$(use_enable !system-libopts local-libopts) \
99
		$(multilib_native_use_enable doc gtk-doc) \
101
		$(multilib_native_use_enable doc gtk-doc) \
100
		$(multilib_native_use_enable doc gtk-doc-pdf) \
102
		$(multilib_native_use_enable doc gtk-doc-pdf) \
101
		$(multilib_native_use_enable guile) \
103
		$(multilib_native_use_enable guile) \

Return to bug 535782