diff options
Diffstat (limited to 'app-crypt/ekeyd')
-rw-r--r-- | app-crypt/ekeyd/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/ekeyd/ekeyd-1.1.1.ebuild | 4 |
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 |