diff options
author | 2013-02-18 03:14:47 +0000 | |
---|---|---|
committer | 2013-02-18 03:14:47 +0000 | |
commit | b647e0ac65a94a2e84deb04b25cacd1508fbb5b7 (patch) | |
tree | 9ea6a32cbbbf4b43a5ce27b0241269e0708b53d8 /virtual/libusb | |
parent | Pull in xz-utils to unpack tarball #456740 by Brian Dolbec. (diff) | |
download | gentoo-2-b647e0ac65a94a2e84deb04b25cacd1508fbb5b7.tar.gz gentoo-2-b647e0ac65a94a2e84deb04b25cacd1508fbb5b7.tar.bz2 gentoo-2-b647e0ac65a94a2e84deb04b25cacd1508fbb5b7.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p5/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'virtual/libusb')
-rw-r--r-- | virtual/libusb/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/libusb/libusb-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/libusb/ChangeLog b/virtual/libusb/ChangeLog index 698ff320d017..f6c3d6ad0565 100644 --- a/virtual/libusb/ChangeLog +++ b/virtual/libusb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libusb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.27 2012/11/18 10:44:59 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.28 2013/02/18 03:14:47 zmedico Exp $ + + 18 Feb 2013; Zac Medico <zmedico@gentoo.org> libusb-1.ebuild: + Add ~arm-linux keyword. 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/virtual/libusb/libusb-1.ebuild b/virtual/libusb/libusb-1.ebuild index d79ee03def8e..b61228809ab2 100644 --- a/virtual/libusb/libusb-1.ebuild +++ b/virtual/libusb/libusb-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.ebuild,v 1.21 2012/11/09 21:00:01 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-1.ebuild,v 1.22 2013/02/18 03:14:47 zmedico Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="1" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="" |