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

(-)/home/pclouds/cvs/gentoo-x86/sys-apps/baselayout/baselayout-1.12.1.ebuild (-2 / +5 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
IUSE="bootstrap build static unicode"
17
IUSE="bootchart bootstrap build static unicode"
18
18
19
# This version of baselayout needs gawk in /bin, but as we do not have
19
# This version of baselayout needs gawk in /bin, but as we do not have
20
# a c++ compiler during bootstrap, we cannot depend on it if "bootstrap"
20
# a c++ compiler during bootstrap, we cannot depend on it if "bootstrap"
Lines 24-30 Link Here
24
		>=sys-libs/readline-5.0-r1
24
		>=sys-libs/readline-5.0-r1
25
		>=app-shells/bash-3.1_p7
25
		>=app-shells/bash-3.1_p7
26
		>=sys-apps/coreutils-5.2.1
26
		>=sys-apps/coreutils-5.2.1
27
	) )"
27
	) )
28
	bootchart ( sys-apps/bootchart )"
28
DEPEND="virtual/os-headers
29
DEPEND="virtual/os-headers
29
	>=sys-apps/portage-2.0.51"
30
	>=sys-apps/portage-2.0.51"
30
PROVIDE="virtual/baselayout"
31
PROVIDE="virtual/baselayout"
Lines 33-38 Link Here
33
	unpack ${A}
34
	unpack ${A}
34
	cd "${S}"
35
	cd "${S}"
35
36
37
	use bootchart && epatch ${FILESDIR}/${P}-bootchart.patch
38
36
	# Setup unicode defaults for silly unicode users
39
	# Setup unicode defaults for silly unicode users
37
	if use unicode ; then
40
	if use unicode ; then
38
		sed -i -e '/^UNICODE=/s:no:yes:' etc/rc.conf
41
		sed -i -e '/^UNICODE=/s:no:yes:' etc/rc.conf

Return to bug 141114