diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-24 13:36:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-24 13:36:44 +0000 |
commit | 30c2e9ff4005d1f7ad61f6ee7748a0432423be60 (patch) | |
tree | 00e537580c5c3aaca721e9e61c5d81f95cbbc9ba /dev-libs/libusb | |
parent | ppc stable wrt #410611 (diff) | |
download | gentoo-2-30c2e9ff4005d1f7ad61f6ee7748a0432423be60.tar.gz gentoo-2-30c2e9ff4005d1f7ad61f6ee7748a0432423be60.tar.bz2 gentoo-2-30c2e9ff4005d1f7ad61f6ee7748a0432423be60.zip |
Stable for HPPA (bug #417135).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 824179a307a2..832f5111d96b 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.139 2012/05/22 19:12:16 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.140 2012/05/24 13:36:44 jer Exp $ + + 24 May 2012; Jeroen Roovers <jer@gentoo.org> libusb-1.0.9.ebuild: + Stable for HPPA (bug #417135). 22 May 2012; Jeff Horelick <jdhore@gentoo.org> libusb-1.0.9.ebuild: marked x86 per bug 417135 diff --git a/dev-libs/libusb/libusb-1.0.9.ebuild b/dev-libs/libusb/libusb-1.0.9.ebuild index e7a2ab225406..04766e705824 100644 --- a/dev-libs/libusb/libusb-1.0.9.ebuild +++ b/dev-libs/libusb/libusb-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.9.ebuild,v 1.4 2012/05/22 19:12:16 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.9.ebuild,v 1.5 2012/05/24 13:36:44 jer Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc static-libs" RDEPEND="!dev-libs/libusbx:1" |