diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-23 14:26:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-23 14:26:00 +0000 |
commit | cb29027e63473002fa66489a50107b2239d05469 (patch) | |
tree | de1d14c8a906dba91e6dfb7794f164166ed53307 /dev-libs/libusb | |
parent | x86 stable per bug 399409 (diff) | |
download | gentoo-2-cb29027e63473002fa66489a50107b2239d05469.tar.gz gentoo-2-cb29027e63473002fa66489a50107b2239d05469.tar.bz2 gentoo-2-cb29027e63473002fa66489a50107b2239d05469.zip |
Stable for amd64, wrt bug #399713
(Portage version: 2.1.10.41/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_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index 375e9dc735fd..2ccfc64c9331 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.125 2012/01/09 07:11:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.126 2012/01/23 14:26:00 ago Exp $ + + 23 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libusb-1.0.9_rc3.ebuild: + Stable for amd64, wrt bug #399713 *libusb-1.0.9_rc3 (09 Jan 2012) diff --git a/dev-libs/libusb/libusb-1.0.9_rc3.ebuild b/dev-libs/libusb/libusb-1.0.9_rc3.ebuild index 525c0f1510b7..6bc944b52c5f 100644 --- a/dev-libs/libusb/libusb-1.0.9_rc3.ebuild +++ b/dev-libs/libusb/libusb-1.0.9_rc3.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_rc3.ebuild,v 1.1 2012/01/09 07:11:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.9_rc3.ebuild,v 1.2 2012/01/23 14:26:00 ago Exp $ EAPI=4 inherit autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/libu/${PN}-${PV%.*}/${PN}-${PV%.*}_${PV/_/~}. 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="" |