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

Collapse All | Expand All

(-)openrc-0.7.0.ebuild (-1 / +7 lines)
Lines 20-26 HOMEPAGE="http://www.gentoo.org/proj/en/ Link Here
20
20
21
LICENSE="BSD-2"
21
LICENSE="BSD-2"
22
SLOT="0"
22
SLOT="0"
23
IUSE="debug elibc_glibc ncurses pam unicode kernel_linux kernel_FreeBSD"
23
IUSE="debug elibc_glibc ncurses pam unicode kernel_linux kernel_FreeBSD selinux"
24
24
25
RDEPEND="virtual/init
25
RDEPEND="virtual/init
26
	kernel_FreeBSD? ( sys-process/fuser-bsd )
26
	kernel_FreeBSD? ( sys-process/fuser-bsd )
Lines 48-53 make_args() { Link Here
48
		MAKE_ARGS="${MAKE_ARGS} OS=FreeBSD"
48
		MAKE_ARGS="${MAKE_ARGS} OS=FreeBSD"
49
		brand="FreeBSD"
49
		brand="FreeBSD"
50
	fi
50
	fi
51
	if use selinux ; then
52
		MAKE_ARGS="${MAKE_ARGS} SELINUX=1"
53
	fi
51
	export BRANDING="Gentoo ${brand}"
54
	export BRANDING="Gentoo ${brand}"
52
}
55
}
53
56
Lines 62-67 src_unpack() { Link Here
62
		git_src_unpack
65
		git_src_unpack
63
	else
66
	else
64
		unpack ${A}
67
		unpack ${A}
68
		if [ -f "${FILESDIR}/${P}-selinux.patch" ] ; then
69
			epatch "${FILESDIR}/${P}-selinux.patch"
70
		fi
65
	fi
71
	fi
66
	cd "${S}"
72
	cd "${S}"
67
	sed -i 's:0444:0644:' mk/sys.mk
73
	sed -i 's:0444:0644:' mk/sys.mk

Return to bug 351712