diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:29:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 12:29:37 +0000 |
commit | 8bc8e3009281bc993e12e70e2f3c72bc16595cf6 (patch) | |
tree | 1d8033437c3c00b776ea6052e05d905af5c55f5a /profiles/default | |
parent | Version bump. Removed ancient version. (diff) | |
download | gentoo-2-8bc8e3009281bc993e12e70e2f3c72bc16595cf6.tar.gz gentoo-2-8bc8e3009281bc993e12e70e2f3c72bc16595cf6.tar.bz2 gentoo-2-8bc8e3009281bc993e12e70e2f3c72bc16595cf6.zip |
remove perl and python from make.default USE, as on linux
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index 1637d90ea9af..fd9b0e657be3 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.84 2012/05/09 00:40:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.85 2012/05/09 12:29:37 aballier Exp $ + + 09 May 2012; Alexis Ballier <aballier@gentoo.org> fbsd/make.defaults: + remove perl and python from make.default USE, as on linux 09 May 2012; Alexis Ballier <aballier@gentoo.org> use.mask: mask pax_kernel as this is hardened linux kernel diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index 282a3ae15281..15f1d853d07a 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.8 2012/05/04 14:55:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.9 2012/05/09 12:29:37 aballier Exp $ # Last building sandbox breaks gfind, bug #374425 FEATURES="-sandbox" @@ -11,7 +11,7 @@ ELIBC="FreeBSD" MAKE="gmake" -USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" +USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib" # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> # These USE flags were originally inserted here because of PHP |