summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2006-11-17 04:24:33 +0000
committerkensmith <kensmith@FreeBSD.org>2006-11-17 04:24:33 +0000
commitf90c2861b371cb939b4bcbd66e71594f4e01fa8e (patch)
tree32bc177af53d4252e9152da15036aa320aceeec6 /release/scripts
parenta75c025373eaed58b0d6e12b82ab83f42ca0e46b (diff)
downloadFreeBSD-src-f90c2861b371cb939b4bcbd66e71594f4e01fa8e.zip
FreeBSD-src-f90c2861b371cb939b4bcbd66e71594f4e01fa8e.tar.gz
Alpha no longer supported.
Noticed by: ru@
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/package-split.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py
index e5611bf..000c125 100644
--- a/release/scripts/package-split.py
+++ b/release/scripts/package-split.py
@@ -31,9 +31,7 @@ def disc1_packages():
pkgs.extend(['x11/xorg',
'x11/xorg-manpages',
'devel/imake-6'])
- if arch == 'alpha':
- pkgs.append('emulators/osf1_base')
- elif arch == 'i386':
+ if arch == 'i386':
pkgs.append('emulators/linux_base-fc4')
return pkgs
OpenPOWER on IntegriCloud