Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libusb/
Date: Tue, 09 Jan 2018 13:32:17
Message-Id: 1515504725.b4cc4a6b8bd0493ad2ead6444fe74a4d73521c18.zlogene@gentoo
1 commit: b4cc4a6b8bd0493ad2ead6444fe74a4d73521c18
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 13:31:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 13:32:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cc4a6b
7
8 dev-libs/libusb: x86 stable wrt bug #630342
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-libs/libusb/libusb-1.0.21.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libusb/libusb-1.0.21.ebuild b/dev-libs/libusb/libusb-1.0.21.ebuild
16 index ca6b3d84773..61e3b2f695b 100644
17 --- a/dev-libs/libusb/libusb-1.0.21.ebuild
18 +++ b/dev-libs/libusb/libusb-1.0.21.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2"
26
27 LICENSE="LGPL-2.1"
28 SLOT="1"
29 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
31 IUSE="debug doc examples static-libs test udev"
32
33 RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP},static-libs?] )"