diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-12-19 00:36:55 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-12-19 00:40:05 +0800 |
commit | 97f621c9d3da27415bfe7e61309ce5fc4d26f6f3 (patch) | |
tree | 73ddf8c2554f6a1e4d29878450cf82b6ba9cd82e /dev-libs/libusb | |
parent | sys-apps/watchdog: amd64 stable (diff) | |
download | gentoo-97f621c9d3da27415bfe7e61309ce5fc4d26f6f3.tar.gz gentoo-97f621c9d3da27415bfe7e61309ce5fc4d26f6f3.tar.bz2 gentoo-97f621c9d3da27415bfe7e61309ce5fc4d26f6f3.zip |
dev-libs/libusb: amd64 stable
Gentoo-bug: 630342
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/libusb-1.0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libusb/libusb-1.0.21.ebuild b/dev-libs/libusb/libusb-1.0.21.ebuild index 964629bed441..db7d3cbc3cf7 100644 --- a/dev-libs/libusb/libusb-1.0.21.ebuild +++ b/dev-libs/libusb/libusb-1.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="1" -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" +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" IUSE="debug doc examples static-libs test udev" RDEPEND="udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP},static-libs?] )" |