diff options
author | 2002-12-14 23:35:48 +0000 | |
---|---|---|
committer | 2002-12-14 23:35:48 +0000 | |
commit | 3a7640546b57cf01aaa609acba02e826a0cbddfb (patch) | |
tree | 10f5e266334a5bfd55849641c0b0197c88ce315e /profiles/default-sparc64-1.4 | |
parent | Ebuild fixes submitted by Quequero. Fixes #11990 (diff) | |
download | gentoo-2-3a7640546b57cf01aaa609acba02e826a0cbddfb.tar.gz gentoo-2-3a7640546b57cf01aaa609acba02e826a0cbddfb.tar.bz2 gentoo-2-3a7640546b57cf01aaa609acba02e826a0cbddfb.zip |
misc syntax corrections
Diffstat (limited to 'profiles/default-sparc64-1.4')
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults.sparc | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/packages | 2 | ||||
-rw-r--r-- | profiles/default-sparc64-1.4/packages.build | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 6b517e2effbb..f0bfc4cdf5f8 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -8,7 +8,6 @@ COMPILER="gcc3" # ARCH="sparc" CHOST=sparc-unknown-linux-gnu - PLATFORM=sparc64-unknown-linux-gnu PROFILE_ARCH="sparc64" @@ -26,3 +25,4 @@ CXXFLAGS=${CFLAGS} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" +FEATURES="buildpkg sandbox ccache" diff --git a/profiles/default-sparc64-1.4/make.defaults.sparc b/profiles/default-sparc64-1.4/make.defaults.sparc index f8f04743c8cf..393076f9e9d1 100644 --- a/profiles/default-sparc64-1.4/make.defaults.sparc +++ b/profiles/default-sparc64-1.4/make.defaults.sparc @@ -21,3 +21,5 @@ CXXFLAGS=${CFLAGS} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" +FEATURES="buildpkg sandbox ccache" + diff --git a/profiles/default-sparc64-1.4/packages b/profiles/default-sparc64-1.4/packages index 518306414c63..2e987abb64ca 100644 --- a/profiles/default-sparc64-1.4/packages +++ b/profiles/default-sparc64-1.4/packages @@ -113,7 +113,7 @@ *sys-apps/sparc-utils *sys-apps/silo *>=app-editors/nvi-1.81.4 - +*dev-util/dialog # Kernel compiler *sys-devel/egcs64-sparc diff --git a/profiles/default-sparc64-1.4/packages.build b/profiles/default-sparc64-1.4/packages.build index a1e6462e5e98..f1eb5b98c27c 100644 --- a/profiles/default-sparc64-1.4/packages.build +++ b/profiles/default-sparc64-1.4/packages.build @@ -28,4 +28,5 @@ net-misc/rsync app-editors/nano sys-apps/net-tools sys-apps/less +dev-util/dialog app-editors/nvi |