diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2014-10-25 15:57:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2014-10-25 15:57:52 +0000 |
commit | 5dded81330085522c5e840fad5cc32b4d6373278 (patch) | |
tree | a5f02f3e82a1e0439b01529b42dc1c35eae3d453 /app-crypt/libu2f-host | |
parent | Add a (runtime-only) dependency on app-crypt/ccid-1.4.18 which is required to... (diff) | |
download | gentoo-2-5dded81330085522c5e840fad5cc32b4d6373278.tar.gz gentoo-2-5dded81330085522c5e840fad5cc32b4d6373278.tar.bz2 gentoo-2-5dded81330085522c5e840fad5cc32b4d6373278.zip |
Apply fix to udev rules so that it matches U2F+CCID correctly.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild (renamed from app-crypt/libu2f-host/libu2f-host-0.0.ebuild) | 7 |
2 files changed, 13 insertions, 2 deletions
diff --git a/app-crypt/libu2f-host/ChangeLog b/app-crypt/libu2f-host/ChangeLog index 11b70dc1a625..5d3e59c23283 100644 --- a/app-crypt/libu2f-host/ChangeLog +++ b/app-crypt/libu2f-host/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/libu2f-host # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.2 2014/10/25 11:59:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.3 2014/10/25 15:57:52 flameeyes Exp $ + +*libu2f-host-0.0-r1 (25 Oct 2014) + + 25 Oct 2014; Diego E. Pettenò <flameeyes@gentoo.org> + +libu2f-host-0.0-r1.ebuild, -libu2f-host-0.0.ebuild: + Apply fix to udev rules so that it matches U2F+CCID correctly. 25 Oct 2014; Diego E. Pettenò <flameeyes@gentoo.org> libu2f-host-0.0.ebuild, metadata.xml: diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild index fc996d75a386..32de382374a3 100644 --- a/app-crypt/libu2f-host/libu2f-host-0.0.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-0.0-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/app-crypt/libu2f-host/libu2f-host-0.0.ebuild,v 1.2 2014/10/25 11:59:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.1 2014/10/25 15:57:52 flameeyes Exp $ EAPI=5 @@ -20,6 +20,11 @@ RDEPEND="dev-libs/hidapi DEPEND="${RDEPEND} virtual/pkgconfig" +src_prepare() { + autotools-utils_src_prepare + sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die +} + src_install() { autotools-utils_src_install |