summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-24 10:32:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-24 10:32:47 +0000
commit115775a2ff156ddfcf13ccb5d0c4dda3f62dc6f4 (patch)
tree50989c53588a3b28f12f536a61424a8b70d7b92a /app-crypt/ekeyd
parentversion bump (diff)
downloadgentoo-2-115775a2ff156ddfcf13ccb5d0c4dda3f62dc6f4.tar.gz
gentoo-2-115775a2ff156ddfcf13ccb5d0c4dda3f62dc6f4.tar.bz2
gentoo-2-115775a2ff156ddfcf13ccb5d0c4dda3f62dc6f4.zip
Diego reports that while it compiles against libusb-compat, it does not seem to work presently. Change depend for now until I have hardware access to fix it properly.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r--app-crypt/ekeyd/ChangeLog7
-rw-r--r--app-crypt/ekeyd/ekeyd-1.1.1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-crypt/ekeyd/ChangeLog b/app-crypt/ekeyd/ChangeLog
index f9818e2667d6..f17c0df03588 100644
--- a/app-crypt/ekeyd/ChangeLog
+++ b/app-crypt/ekeyd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/ekeyd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.11 2009/11/17 23:03:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.12 2009/11/24 10:32:47 robbat2 Exp $
+
+ 24 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> ekeyd-1.1.1.ebuild:
+ Diego reports that while it compiles against libusb-compat, it does not
+ seem to work presently. Change depend for now until I have hardware access
+ to fix it properly.
*ekeyd-1.1.1 (17 Nov 2009)
diff --git a/app-crypt/ekeyd/ekeyd-1.1.1.ebuild b/app-crypt/ekeyd/ekeyd-1.1.1.ebuild
index 6aebf52d267c..95e9b8502483 100644
--- a/app-crypt/ekeyd/ekeyd-1.1.1.ebuild
+++ b/app-crypt/ekeyd/ekeyd-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.1.1.ebuild,v 1.1 2009/11/17 23:03:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.1.1.ebuild,v 1.2 2009/11/24 10:32:47 robbat2 Exp $
EAPI=2
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="usb kernel_linux"
RDEPEND="dev-lang/lua
- usb? ( virtual/libusb:0 )"
+ usb? ( dev-libs/libusb:0 )"
DEPEND="${RDEPEND}"
RDEPEND="${RDEPEND}
dev-libs/luasocket