diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-11-13 06:10:19 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-11-13 06:10:19 +0000 |
commit | 6fa17cf175fa892521333c9d1311bf3bedde77c1 (patch) | |
tree | 9b2d70220007527d45e4a72005b83f5b8ec21b9f /virtual/libusb | |
parent | alpha stable, bug 488708. (diff) | |
download | gentoo-2-6fa17cf175fa892521333c9d1311bf3bedde77c1.tar.gz gentoo-2-6fa17cf175fa892521333c9d1311bf3bedde77c1.tar.bz2 gentoo-2-6fa17cf175fa892521333c9d1311bf3bedde77c1.zip |
alpha stable, bug 488708.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'virtual/libusb')
-rw-r--r-- | virtual/libusb/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/libusb/libusb-0-r1.ebuild | 4 | ||||
-rw-r--r-- | virtual/libusb/libusb-1-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog index a05f29300337..cda9728264a4 100644 --- a/virtual/libusb/ChangeLog +++ b/virtual/libusb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/libusb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.36 2013/10/24 15:24:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.37 2013/11/13 06:10:19 mattst88 Exp $ + + 13 Nov 2013; Matt Turner <mattst88@gentoo.org> libusb-0-r1.ebuild, + libusb-1-r1.ebuild: + alpha stable, bug 488708. 24 Oct 2013; Jeroen Roovers <jer@gentoo.org> libusb-0-r1.ebuild, libusb-1-r1.ebuild: diff --git a/virtual/libusb/libusb-0-r1.ebuild b/virtual/libusb/libusb-0-r1.ebuild index ed61f9465a54..2da24e4bc93a 100644 --- a/virtual/libusb/libusb-0-r1.ebuild +++ b/virtual/libusb/libusb-0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0-r1.ebuild,v 1.3 2013/10/24 15:24:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0-r1.ebuild,v 1.4 2013/11/13 06:10:19 mattst88 Exp $ EAPI=5 inherit multilib-build @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="|| ( >=dev-libs/libusb-compat-0.1.5-r2[${MULTILIB_USEDEP}] >=sys-freebsd/freebsd-lib-8.0[usb,${MULTILIB_USEDEP}] )" diff --git a/virtual/libusb/libusb-1-r1.ebuild b/virtual/libusb/libusb-1-r1.ebuild index 79ee8d80162c..ba2e2e498faa 100644 --- a/virtual/libusb/libusb-1-r1.ebuild +++ b/virtual/libusb/libusb-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1-r1.ebuild,v 1.3 2013/10/24 15:24:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1-r1.ebuild,v 1.4 2013/11/13 06:10:19 mattst88 Exp $ EAPI=5 inherit multilib-build @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm 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" +KEYWORDS="alpha ~amd64 ~arm 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="" RDEPEND="|| ( >=dev-libs/libusbx-1.0.16-r3:1[${MULTILIB_USEDEP}] >=dev-libs/libusb-1.0.9-r2:1[${MULTILIB_USEDEP}] >=sys-freebsd/freebsd-lib-9.1_rc3-r1[usb,${MULTILIB_USEDEP}] )" |