diff options
author | Ned Ludd <solar@gentoo.org> | 2010-01-19 03:28:08 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-01-19 03:28:08 +0000 |
commit | 48f5c570216098946f2d12226e2721d314827882 (patch) | |
tree | dd7fbab4256907a789a4dbd4d6685f9251cbbb01 /profiles | |
parent | Stable for HPPA (bug #290212). (diff) | |
download | gentoo-2-48f5c570216098946f2d12226e2721d314827882.tar.gz gentoo-2-48f5c570216098946f2d12226e2721d314827882.tar.bz2 gentoo-2-48f5c570216098946f2d12226e2721d314827882.zip |
- quote the variables in the profile cuz PMS and reality differ. pythons shlex module always handled it properly. PMS is being too picky
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/embedded/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/embedded/make.defaults | 10 | ||||
-rw-r--r-- | profiles/embedded/virtuals | 1 |
3 files changed, 12 insertions, 7 deletions
diff --git a/profiles/embedded/ChangeLog b/profiles/embedded/ChangeLog index 91e20abbc444..ff0f63b8cbf2 100644 --- a/profiles/embedded/ChangeLog +++ b/profiles/embedded/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.7 2009/09/21 10:10:26 robbat2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.8 2010/01/19 03:28:08 solar Exp $ + + 19 Jan 2010; <solar@gentoo.org> make.defaults, virtuals: + -- - quote the variables in the profile cuz PMS and reality differ. pythons + shlex module always handled it properly. PMS is being too picky 21 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> make.defaults: Adding USE="modules" to all Linux profiles to link with new linux-mod diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index d352ba1b7147..82060c2c1a4f 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -2,11 +2,11 @@ USE="kdrive minimal multicall zlib" CFLAGS="-Os -pipe" CXXFLAGS="${CFLAGS}" -CLEAN_DELAY=0 -EPAUSE_IGNORE=1 -EBEEP_IGNORE=1 -PORTAGE_WORKDIR_MODE=2775 -PORTAGE_ECLASS_WARNING_ENABLE=0 +CLEAN_DELAY="0" +EPAUSE_IGNORE="1" +EBEEP_IGNORE="1" +PORTAGE_WORKDIR_MODE="2775" +PORTAGE_ECLASS_WARNING_ENABLE="0" INPUT_DEVICES="evdev mouse keyboard tslib" VIDEO_CARDS="fbdev" diff --git a/profiles/embedded/virtuals b/profiles/embedded/virtuals index 0db64541b2db..3e92019700d3 100644 --- a/profiles/embedded/virtuals +++ b/profiles/embedded/virtuals @@ -28,3 +28,4 @@ virtual/tftp sys-apps/busybox virtual/wine app-emulation/wine virtual/utempter sys-apps/utempter virtual/dev-manager sys-apps/busybox +virtual/libiconv virtual/libc |