diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-10 15:15:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-10 15:15:40 +0000 |
commit | 99a15cf891307d958a5d5e048645839efc7e97c4 (patch) | |
tree | 10c18dcd3ee64f7f883bc360a53b473ba80c2de1 /profiles | |
parent | Closing #60979 (diff) | |
download | historical-99a15cf891307d958a5d5e048645839efc7e97c4.tar.gz historical-99a15cf891307d958a5d5e048645839efc7e97c4.tar.bz2 historical-99a15cf891307d958a5d5e048645839efc7e97c4.zip |
generic arm CHOST + kbd + sandbox == segfault
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/arm/2004.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/arm/2004.0/make.defaults b/profiles/default-linux/arm/2004.0/make.defaults index 395628d9f749..b1ffa23f35e5 100644 --- a/profiles/default-linux/arm/2004.0/make.defaults +++ b/profiles/default-linux/arm/2004.0/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/2004.0/make.defaults,v 1.3 2004/08/25 13:58:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/arm/2004.0/make.defaults,v 1.4 2004/09/10 15:15:40 vapier Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,4 +10,4 @@ USE="arm crypt ncurses readline ssl zlib" ARCH="arm" ACCEPT_KEYWORDS="arm" -FEATURES="sandbox sfperms" +FEATURES="-sandbox sfperms" |