diff options
author | Roy Marples <roy@marples.name> | 2008-04-10 08:58:34 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-04-10 08:58:34 +0100 |
commit | 9dde7daeed30fc018591e8eead85654b30740edd (patch) | |
tree | 6cb1d33512f3c7bc75b680af255ca5ebc19a8ab5 /sys-apps/openrc/openrc-9999.ebuild | |
parent | Suck some of portage updates into our ebuild. (diff) | |
download | uberlord-9dde7daeed30fc018591e8eead85654b30740edd.tar.gz uberlord-9dde7daeed30fc018591e8eead85654b30740edd.tar.bz2 uberlord-9dde7daeed30fc018591e8eead85654b30740edd.zip |
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index afdea04..09e4bff 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="ncurses pam static unicode kernel_linux kernel_FreeBSD" +IUSE="debug ncurses pam static unicode kernel_linux kernel_FreeBSD" RDEPEND="virtual/init kernel_linux? ( >=sys-apps/module-init-tools-3.2.2-r2 ) @@ -48,6 +48,7 @@ pkg_setup() { fi [ -n "${brand}" ] && MAKE_ARGS="${MAKE_ARGS} BRANDING=Gentoo\040${brand}" + use debug && MAKE_ARGS="${MAKR_ARGS} DEBUG=debug" use ncurses && MAKE_ARGS="${MAKE_ARGS} MKTERMCAP=ncurses" if use static; then if use elibc_glibc; then |