diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2008-11-20 23:43:41 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2008-11-20 23:43:41 +0000 |
commit | 742853546122539be1845a87a247a2ca7dfabe2c (patch) | |
tree | d3f10b6223df732748d1f71e35994f69f6cd4ee6 /profiles/base | |
parent | Version bump (diff) | |
download | gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.tar.gz gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.tar.bz2 gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.zip |
added NETBEANS_MODULES to USE_EXPAND
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index f952b8730d45..bbefa7e67560 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.39 2008/09/20 19:11:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.40 2008/11/20 23:43:41 fordfrog Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ FEATURES="strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS" +USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -55,3 +55,7 @@ USE="${USE} midi" # Moved to base/ profile from default-linux/ so that it also applies to # embedded and hardened profiles. USE="${USE} cracklib" + +# Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008) +# Netbeans modules/clusters +NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" |