diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-03-23 14:08:16 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-03-23 14:08:16 +0000 |
commit | 2aeedd485e34f578a6fb93b51a26eec30790230f (patch) | |
tree | 90d7ec864bdcc15c48a46830896a71b58afe87fd /dev-libs/libusb/libusb-0.1.10a.ebuild | |
parent | Added a new version. ghc-6.4 is compatible with alex-2.0.1, but not with alex... (diff) | |
download | gentoo-2-2aeedd485e34f578a6fb93b51a26eec30790230f.tar.gz gentoo-2-2aeedd485e34f578a6fb93b51a26eec30790230f.tar.bz2 gentoo-2-2aeedd485e34f578a6fb93b51a26eec30790230f.zip |
fix compile error for ppc (#86023)
(Portage version: 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.ebuild | 4 |
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 |