diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:24:15 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-03-12 05:24:15 +0000 |
commit | 5d1e3360230a5c02b194ef35cf822185044d2b64 (patch) | |
tree | 66ac6887bbde8039cce0bd93841427ee777bbdea /dev-libs/libusb | |
parent | x86 stable wrt bug #495338 (diff) | |
download | gentoo-2-5d1e3360230a5c02b194ef35cf822185044d2b64.tar.gz gentoo-2-5d1e3360230a5c02b194ef35cf822185044d2b64.tar.bz2 gentoo-2-5d1e3360230a5c02b194ef35cf822185044d2b64.zip |
x86 stable wrt bug #503404
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libusb/libusb-1.0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog index bff04bc1c6b7..4bd9f260ca4d 100644 --- a/dev-libs/libusb/ChangeLog +++ b/dev-libs/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libusb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.155 2014/03/09 14:35:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.156 2014/03/12 05:24:15 phajdan.jr Exp $ + + 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libusb-1.0.18.ebuild: + x86 stable wrt bug #503404 09 Mar 2014; Markus Meier <maekke@gentoo.org> libusb-1.0.18.ebuild: arm stable, bug #503404 diff --git a/dev-libs/libusb/libusb-1.0.18.ebuild b/dev-libs/libusb/libusb-1.0.18.ebuild index ab5e23f3da8c..5ceeee516521 100644 --- a/dev-libs/libusb/libusb-1.0.18.ebuild +++ b/dev-libs/libusb/libusb-1.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.18.ebuild,v 1.5 2014/03/09 14:35:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.18.ebuild,v 1.6 2014/03/12 05:24:15 phajdan.jr Exp $ EAPI=5 inherit eutils toolchain-funcs multilib-minimal @@ -11,7 +11,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc examples static-libs test udev" RDEPEND="udev? ( >=virtual/udev-200[${MULTILIB_USEDEP}] ) |