Opera is i386-only.
This commit is contained in:
parent
74b4aad765
commit
edc4ccf018
@ -69,7 +69,6 @@ extract-names()
|
||||
## Start of set for CDROM #1
|
||||
# This is the set required by sysinstall.
|
||||
CDROM_SET_1=""
|
||||
CDROM_SET_1="${CDROM_SET_1} devel/pcre"
|
||||
if [ "X${PKG_ARCH}" = "Xalpha" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base"
|
||||
elif [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
@ -143,7 +142,9 @@ CDROM_SET_1="${CDROM_SET_1} shells/pdksh"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/zsh"
|
||||
CDROM_SET_1="${CDROM_SET_1} sysutils/portupgrade"
|
||||
CDROM_SET_1="${CDROM_SET_1} www/lynx"
|
||||
if [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} www/opera"
|
||||
fi
|
||||
CDROM_SET_1="${CDROM_SET_1} x11/rxvt"
|
||||
|
||||
# VERY common build dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user