summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-06 11:05:45 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-06 11:05:45 +0000
commit3a05b00ec3c56d4cca0c4251e44d31231fb93b07 (patch)
treebc648d545522d58d865294d4c00dc2af921364a2 /app-arch
parent Added patch to fix bug #144968 for good... (diff)
downloadgentoo-2-3a05b00ec3c56d4cca0c4251e44d31231fb93b07.tar.gz
gentoo-2-3a05b00ec3c56d4cca0c4251e44d31231fb93b07.tar.bz2
gentoo-2-3a05b00ec3c56d4cca0c4251e44d31231fb93b07.zip
remove remaining bits of USE=build
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/bzip2/bzip2-1.0.4.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.4.ebuild b/app-arch/bzip2/bzip2-1.0.4.ebuild
index 03bc3fba5250..e8f282393b0e 100644
--- a/app-arch/bzip2/bzip2-1.0.4.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.4.ebuild,v 1.1 2007/01/06 01:50:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.4.ebuild,v 1.2 2007/01/06 11:05:45 vapier Exp $
inherit eutils multilib toolchain-funcs flag-o-matic
@@ -39,9 +39,7 @@ src_compile() {
AR=$(tc-getAR)
RANLIB=$(tc-getRANLIB)
"
- if ! use build ; then
- emake ${makeopts} -f Makefile-libbz2_so all || die "Make failed libbz2"
- fi
+ emake ${makeopts} -f Makefile-libbz2_so all || die "Make failed libbz2"
use static && append-flags -static
emake LDFLAGS="${LDFLAGS}" ${makeopts} all || die "Make failed"