From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 175B21397D6 for ; Fri, 14 Aug 2015 01:30:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A336B14267; Fri, 14 Aug 2015 01:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6F691425F for ; Fri, 14 Aug 2015 01:30:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D597B3408E5 for ; Fri, 14 Aug 2015 01:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11019153 for ; Fri, 14 Aug 2015 01:30:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439515810.208144c196b5156519a6ced32992816c9f5d2493.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libusb/libusb-1-r2.ebuild X-VCS-Directories: virtual/libusb/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 208144c196b5156519a6ced32992816c9f5d2493 X-VCS-Branch: master Date: Fri, 14 Aug 2015 01:30:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f054e50f-604b-4ebd-a585-7d620750930d X-Archives-Hash: 7d3294b91b8f703356916ef4fd5a6c09 commit: 208144c196b5156519a6ced32992816c9f5d2493 Author: Mike Frysinger gentoo org> AuthorDate: Fri Aug 14 01:18:00 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Aug 14 01:30:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208144c1 virtual/libusb: revbump to require latest dev-libs/libusb virtual/libusb/libusb-1-r2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/virtual/libusb/libusb-1-r2.ebuild b/virtual/libusb/libusb-1-r2.ebuild new file mode 100644 index 0000000..7053dc3 --- /dev/null +++ b/virtual/libusb/libusb-1-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit multilib-build + +DESCRIPTION="Virtual for libusb" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="udev" + +# We force a recent libusb so that downstream consumers of virtual/libusb +# can depend on us directly (and not have to force >=libusb-1.0.19). +RDEPEND=" + || ( + >=dev-libs/libusb-1.0.19:1[udev(+)?,${MULTILIB_USEDEP}] + >=sys-freebsd/freebsd-lib-9.1-r10[usb,${MULTILIB_USEDEP}] + ) +" +DEPEND=""