diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-06 14:25:55 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-06 14:25:55 +0000 |
commit | 62903d28c5c6b5a69f89af658d9e22d7141df689 (patch) | |
tree | 3815e4149e64620a3f46ca0c9b87506e2e716083 /dev-libs | |
parent | apply Matthias Langer's patch and mark amd64 stable; bug 150272 (diff) | |
download | gentoo-2-62903d28c5c6b5a69f89af658d9e22d7141df689.tar.gz gentoo-2-62903d28c5c6b5a69f89af658d9e22d7141df689.tar.bz2 gentoo-2-62903d28c5c6b5a69f89af658d9e22d7141df689.zip |
stable on amd64 as 0.1.11 doesn't compile with gcc4
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-0.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 87a71ceb0845..abd3f1b49121 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.63 2007/02/01 12:42:27 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.64 2007/02/06 14:25:55 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> libusb-0.1.12.ebuild: + stable on amd64 as 0.1.11 doesn't compile with gcc4 01 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> libusb-0.1.12.ebuild: Add -j1 to emake install wrt bug #157611 diff --git a/dev-libs/libusb/libusb-0.1.12.ebuild b/dev-libs/libusb/libusb-0.1.12.ebuild index 317b3ad66ced..cc31df111c32 100644 --- a/dev-libs/libusb/libusb-0.1.12.ebuild +++ b/dev-libs/libusb/libusb-0.1.12.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/dev-libs/libusb/libusb-0.1.12.ebuild,v 1.15 2007/02/01 12:42:27 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12.ebuild,v 1.16 2007/02/06 14:25:55 blubb Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libusb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug doc" RESTRICT="test" |