diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-05-27 15:26:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-27 15:26:59 +0000 |
commit | 46956a55228118f81f95c8bf955d83ee59e458ba (patch) | |
tree | 36c03d68d52cee923c9c4f9bb0f7d6ba1939bcfb /dev-libs | |
parent | Initial import from the qt overlay, thanks to Harvey Mittens and Davide Pesav... (diff) | |
download | gentoo-2-46956a55228118f81f95c8bf955d83ee59e458ba.tar.gz gentoo-2-46956a55228118f81f95c8bf955d83ee59e458ba.tar.bz2 gentoo-2-46956a55228118f81f95c8bf955d83ee59e458ba.zip |
Keyword ~arm
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hidapi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/hidapi/ChangeLog b/dev-libs/hidapi/ChangeLog index 28ff9ea2b3e8..34205da1102e 100644 --- a/dev-libs/hidapi/ChangeLog +++ b/dev-libs/hidapi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/hidapi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.6 2014/01/26 13:51:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/ChangeLog,v 1.7 2014/05/27 15:26:59 blueness Exp $ + + 27 May 2014; Anthony G. Basile <blueness@gentoo.org> + hidapi-0.8.0_pre20130121-r1.ebuild: + Keyword ~arm *hidapi-0.8.0_pre20130121-r1 (26 Jan 2014) diff --git a/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild b/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild index dca51c95205a..7c91b33ece5e 100644 --- a/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild +++ b/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 1.1 2014/01/26 13:51:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121-r1.ebuild,v 1.2 2014/05/27 15:26:59 blueness Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="http://public.callutheran.edu/~abarker/${P}.tar.xz" LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="doc static-libs X" # S is only needed for the pre_package |