flameeyes    14/10/25 17:36:45

  Modified:             libu2f-host-0.0-r1.ebuild ChangeLog
  Log:
  Add a check for HIDRAW to be enabled, as it's required to configure the 
devices.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 1CD13C8AD4301342)

Revision  Changes    Path
1.3                  app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild?r1=1.2&r2=1.3

Index: libu2f-host-0.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libu2f-host-0.0-r1.ebuild   25 Oct 2014 16:45:48 -0000      1.2
+++ libu2f-host-0.0-r1.ebuild   25 Oct 2014 17:36:45 -0000      1.3
@@ -1,10 +1,10 @@
 # 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-r1.ebuild,v 1.2 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/libu2f-host/libu2f-host-0.0-r1.ebuild,v 1.3 
2014/10/25 17:36:45 flameeyes Exp $
 
 EAPI=5
 
-inherit autotools-utils udev
+inherit autotools-utils linux-info udev
 
 DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
 HOMEPAGE="https://developers.yubico.com/libu2f-host/";
@@ -22,6 +22,8 @@
 RDEPEND="${RDEPEND}
        systemd? ( sys-apps/systemd[acl] )"
 
+CONFIG_CHECK="~HIDRAW"
+
 src_prepare() {
        autotools-utils_src_prepare
        sed -i -e 's:|\([^0]\):|0\1:g' 70-u2f.rules || die



1.5                  app-crypt/libu2f-host/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libu2f-host/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Oct 2014 16:45:48 -0000      1.4
+++ ChangeLog   25 Oct 2014 17:36:45 -0000      1.5
@@ -1,6 +1,11 @@
 # 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.4 
2014/10/25 16:45:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libu2f-host/ChangeLog,v 1.5 
2014/10/25 17:36:45 flameeyes Exp $
+
+  25 Oct 2014; Diego E. Pettenò <flamee...@gentoo.org>
+  libu2f-host-0.0-r1.ebuild:
+  Add a check for HIDRAW to be enabled, as it's required to configure the
+  devices.
 
   25 Oct 2014; Diego E. Pettenò <flamee...@gentoo.org>
   libu2f-host-0.0-r1.ebuild, metadata.xml:




Reply via email to