diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 13:25:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 13:25:06 +0000 |
commit | 120f45f86b94af9431160940252c6e842f2ce824 (patch) | |
tree | 5ac02ae3a1d79663e37f37d6b7c6d685962bfcdd /app-arch/unzip/unzip-5.52-r1.ebuild | |
parent | Use $CHOST checks instead of $USERLAND checks for moving libraries around. (diff) | |
download | historical-120f45f86b94af9431160940252c6e842f2ce824.tar.gz historical-120f45f86b94af9431160940252c6e842f2ce824.tar.bz2 historical-120f45f86b94af9431160940252c6e842f2ce824.zip |
openbsd target is just bsd
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'app-arch/unzip/unzip-5.52-r1.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.52-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild index ec0a8d78c493..6fca4263c1c7 100644 --- a/app-arch/unzip/unzip-5.52-r1.ebuild +++ b/app-arch/unzip/unzip-5.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.3 2005/12/31 13:11:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.4 2005/12/31 13:25:06 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -36,7 +36,7 @@ src_compile() { i?86*-linux*) TARGET=linux_asm ;; *-linux*) TARGET=linux_noasm ;; *-freebsd*) TARGET=freebsd ;; - *-openbsd*) TARGET=openbsd ;; + *-openbsd*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; *) die "Unknown target, you suck" ;; esac |