diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-14 23:35:48 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-14 23:35:48 +0000 |
commit | 1e241ff1e5c3655ac019e94adc7116c35ed36aeb (patch) | |
tree | 59af30000c8c4304a64a7cdaa24401a47fd0c0a9 /profiles/default-sparc64-1.4 | |
parent | Ebuild fixes submitted by Quequero. Fixes #11990 (diff) | |
download | historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.tar.gz historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.tar.bz2 historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.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 |