View | Details | Raw Unified
Collapse All | Expand All

(-) openssl-0.9.8c.ebuild (-1 / +2 lines)
 Lines 10-16    Link Here 
LICENSE="openssl"
LICENSE="openssl"
SLOT="0"
SLOT="0"
KEYWORDS="-* alpha amd64 ~mips ~ppc ppc64 ~sparc ~x86"
KEYWORDS="-* alpha amd64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="emacs test bindist zlib"
IUSE="emacs test bindist zlib"
RDEPEND=""
RDEPEND=""
 Lines 99-104    Link Here 
	# depend is needed to use $confopts
	# depend is needed to use $confopts
	# rehash is needed to prep the certs/ dir
	# rehash is needed to prep the certs/ dir
	emake -j1 links || die "make links failed"
	emake -j1 depend || die "depend failed"
	emake -j1 depend || die "depend failed"
	emake all rehash || die "make all failed"
	emake all rehash || die "make all failed"
(-) files/gentoo.config-0.9.8 (-8 / +9 lines)
 Lines 17-26    Link Here 
		"armv5b-linux-gnu             |linux-generic32 -DB_ENDIAN" \
		"armv5b-linux-gnu             |linux-generic32 -DB_ENDIAN" \
		"x86_64-pc-linux-gnu          |linux-x86_64" \
		"x86_64-pc-linux-gnu          |linux-x86_64" \
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
		"alphaev56-unknown-linux-gnu  |linux-alpha+bwx-gcc" \
		"whatever-gentoo-freebsdX.Y   |FreeBSD-elf" \
		"whatever-gentoo-freebsdX.Y   |BSD-generic32" \
		"sparc64-alpha-freebsdX.Y     |FreeBSD-sparc64" \
		"sparc64-alpha-freebsdX.Y     |BSD-sparc64" \
		"ia64-gentoo-freebsd5.99234   |FreeBSD-ia64" \
		"ia64-gentoo-freebsd5.99234   |BSD-ia64" \
		"x86_64-gentoo-freebsdX.Y     |FreeBSD-amd64" \
		"x86_64-gentoo-freebsdX.Y     |BSD-x86_64" \
		"hppa64-aldsF-linux-gnu5.3    |linux-parisc" \
		"hppa64-aldsF-linux-gnu5.3    |linux-parisc" \
		"powerpc-gentOO-linux-uclibc  |linux-ppc" \
		"powerpc-gentOO-linux-uclibc  |linux-ppc" \
		"powerpc64-unk-linux-gnu      |linux-ppc64" \
		"powerpc64-unk-linux-gnu      |linux-ppc64" \
 Lines 45-51    Link Here 
# Detect the operating system
# Detect the operating system
case ${CHOST} in
case ${CHOST} in
	*-linux*)    system="linux";;
	*-linux*)    system="linux";;
	*-freebsd*)  system="FreeBSD";;
	*-freebsd*)  system="BSD";;
	*)           exit 0;;
	*)           exit 0;;
esac
esac
 Lines 93-101    Link Here 
	case ${chost_machine} in
	case ${chost_machine} in
		sparc64*)     machine=sparc64;;
		sparc64*)     machine=sparc64;;
		ia64*)        machine=ia64;;
		ia64*)        machine=ia64;;
		alpha*)       machine=alpha;;
		alpha*)       machine=generic64;;
		x86_64*)      machine=amd64;;
		x86_64*)      machine=x86_64;;
		*)            machine=elf;;
		i[6-9]86*)    machine=x86;;
		*)            machine=generic32;;
	esac
	esac
	;;
	;;
esac
esac