--- /home/pclouds/cvs/gentoo-x86/sys-apps/baselayout/baselayout-1.12.1.ebuild 2006-06-11 00:02:37.000000000 +0700 +++ /home/pclouds/cvs/gentoo-x86/sys-apps/baselayout/baselayout-1.12.1.ebuild 2006-07-20 09:21:04.000000000 +0700 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="bootstrap build static unicode" +IUSE="bootchart bootstrap build static unicode" # This version of baselayout needs gawk in /bin, but as we do not have # a c++ compiler during bootstrap, we cannot depend on it if "bootstrap" @@ -24,7 +24,8 @@ >=sys-libs/readline-5.0-r1 >=app-shells/bash-3.1_p7 >=sys-apps/coreutils-5.2.1 - ) )" + ) ) + bootchart ( sys-apps/bootchart )" DEPEND="virtual/os-headers >=sys-apps/portage-2.0.51" PROVIDE="virtual/baselayout" @@ -33,6 +34,8 @@ unpack ${A} cd "${S}" + use bootchart && epatch ${FILESDIR}/${P}-bootchart.patch + # Setup unicode defaults for silly unicode users if use unicode ; then sed -i -e '/^UNICODE=/s:no:yes:' etc/rc.conf --- /home/pclouds/cvs/gentoo-x86/sys-apps/baselayout/files/baselayout-1.12.1-bootchart.patch 1970-01-01 07:00:00.000000000 +0700 +++ /home/pclouds/cvs/gentoo-x86/sys-apps/baselayout/files/baselayout-1.12.1-bootchart.patch 2006-07-20 09:54:34.000000000 +0700