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

Collapse All | Expand All

(-)suhosin-0.9.32.1.ebuild (-1 / +7 lines)
Lines 8-14 Link Here
8
PHP_EXT_INI="yes"
8
PHP_EXT_INI="yes"
9
PHP_EXT_ZENDEXT="no"
9
PHP_EXT_ZENDEXT="no"
10
10
11
inherit php-ext-source-r1
11
inherit php-ext-source-r1 eutils
12
12
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
14
14
Lines 24-29 Link Here
24
24
25
need_php_by_category
25
need_php_by_category
26
26
27
src_unpack() {
28
	PHP_EXT_SKIP_PHPIZE=yes php-ext-source-r1_src_unpack
29
	epatch "${FILESDIR}"/${P}-libcrypt.patch
30
	php-ext-source-r1_phpize
31
}
32
27
src_install() {
33
src_install() {
28
	php-ext-source-r1_src_install
34
	php-ext-source-r1_src_install
29
	dodoc-php CREDITS
35
	dodoc-php CREDITS

Return to bug 332161