Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528960
Collapse All | Expand All

(-)/usr/portage/dev-libs/libpcre/libpcre-8.36.ebuild (-1 / +2 lines)
Lines 20-26 Link Here
20
LICENSE="BSD"
20
LICENSE="BSD"
21
SLOT="3"
21
SLOT="3"
22
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
23
IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib"
23
IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib disable-stack-for-recursion"
24
REQUIRED_USE="readline? ( !libedit )
24
REQUIRED_USE="readline? ( !libedit )
25
	libedit? ( !readline )"
25
	libedit? ( !readline )"
26
26
Lines 57-62 Link Here
57
		--with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
57
		--with-match-limit-recursion=$(usex recursion-limit 8192 MATCH_LIMIT) \
58
		$(multilib_native_use_enable bzip2 pcregrep-libbz2) \
58
		$(multilib_native_use_enable bzip2 pcregrep-libbz2) \
59
		$(use_enable cxx cpp) \
59
		$(use_enable cxx cpp) \
60
		$(use_enable !disable-stack-for-recursion stack-for-recursion) \
60
		$(use_enable jit) $(use_enable jit pcregrep-jit) \
61
		$(use_enable jit) $(use_enable jit pcregrep-jit) \
61
		$(use_enable pcre16) \
62
		$(use_enable pcre16) \
62
		$(use_enable pcre32) \
63
		$(use_enable pcre32) \

Return to bug 528960