diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 10 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 8139749349d7..db5f53897915 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -71,6 +71,16 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge # Some common lcd devices LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" +# 2006/10/17 - Daniel Drake <dsd@gentoo.org> +# cracklib is becoming optional in shadow (and removed from system) as of +# today. However, cracklib is very standard across the Linux world so we +# enable it by default. +# +# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007) +# Moved to base/ profile from default-linux/ so that it also applies to +# embedded and hardened profiles. +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" diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 809a381aea46..e29ab67077ba 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Pacho Ramos <pacho@gentoo.org> (27 Dec 2017) +# We will remove ptlib, its support was broken anyway (#624578). +net-voip/yate h323 + # Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017) # We need to clean up obsolete packages a bit. Bug 628820. ~app-text/texlive-core-2012 xetex |