diff options
author | Markus Meier <maekke@gentoo.org> | 2013-11-27 19:18:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-11-27 19:18:10 +0000 |
commit | 99db276d0354707d6f1a69d4258bfa355cfc526a (patch) | |
tree | 8ab0fd82e141420442796e746249fb03cfceb344 /virtual/libusb | |
parent | arm stable, bug #488708 (diff) | |
download | gentoo-2-99db276d0354707d6f1a69d4258bfa355cfc526a.tar.gz gentoo-2-99db276d0354707d6f1a69d4258bfa355cfc526a.tar.bz2 gentoo-2-99db276d0354707d6f1a69d4258bfa355cfc526a.zip |
arm stable, bug #488708
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'virtual/libusb')
-rw-r--r-- | virtual/libusb/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libusb/libusb-1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog index 7606afd031ce..92ea4e237926 100644 --- a/virtual/libusb/ChangeLog +++ b/virtual/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libusb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.38 2013/11/27 19:17:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.39 2013/11/27 19:18:10 maekke Exp $ + + 27 Nov 2013; Markus Meier <maekke@gentoo.org> libusb-1-r1.ebuild: + arm stable, bug #488708 27 Nov 2013; Markus Meier <maekke@gentoo.org> libusb-0-r1.ebuild: arm stable, bug #488708 diff --git a/virtual/libusb/libusb-1-r1.ebuild b/virtual/libusb/libusb-1-r1.ebuild index ba2e2e498faa..a121262e6632 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.4 2013/11/13 06:10:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1-r1.ebuild,v 1.5 2013/11/27 19:18:10 maekke 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}] )" |