summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-03-23 14:08:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-03-23 14:08:16 +0000
commitb5f5e1a8efaffdc8868ac79bcfb872e4b2ed8b3a (patch)
tree8b9ad007eda45d347853a44cadc4838dbf3fc7b8 /dev-libs/libusb/libusb-0.1.10a.ebuild
parentAdded a new version. ghc-6.4 is compatible with alex-2.0.1, but not with alex... (diff)
downloadhistorical-b5f5e1a8efaffdc8868ac79bcfb872e4b2ed8b3a.tar.gz
historical-b5f5e1a8efaffdc8868ac79bcfb872e4b2ed8b3a.tar.bz2
historical-b5f5e1a8efaffdc8868ac79bcfb872e4b2ed8b3a.zip
fix compile error for ppc (#86023)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/libusb/libusb-0.1.10a.ebuild')
-rw-r--r--dev-libs/libusb/libusb-0.1.10a.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libusb/libusb-0.1.10a.ebuild b/dev-libs/libusb/libusb-0.1.10a.ebuild
index 82a7f5c07a0a..0d85d348b14e 100644
--- a/dev-libs/libusb/libusb-0.1.10a.ebuild
+++ b/dev-libs/libusb/libusb-0.1.10a.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/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.1 2005/03/18 12:18:02 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.10a.ebuild,v 1.2 2005/03/23 14:08:16 liquidx Exp $
inherit eutils
@@ -20,7 +20,7 @@ DEPEND="sys-devel/libtool
src_unpack(){
unpack ${A}
- if use ppc || use ppc-macos ; then
+ if use ppc-macos ; then
aclocal || die
autoconf || die
automake --add-missing || die