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.4-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/ekeyd/ChangeLog b/app-crypt/ekeyd/ChangeLog index 8af7652943bf..b58796d68e66 100644 --- a/app-crypt/ekeyd/ChangeLog +++ b/app-crypt/ekeyd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/ekeyd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.26 2011/11/01 09:55:11 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ChangeLog,v 1.27 2012/05/31 03:11:33 zmedico Exp $ + + 31 May 2012; Zac Medico <zmedico@gentoo.org> ekeyd-1.1.4-r2.ebuild: + inherit eutils for epatch *ekeyd-1.1.4-r2 (01 Nov 2011) diff --git a/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild b/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild index 6ca9b29ac8a2..68da6d2e1b07 100644 --- a/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild +++ b/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild,v 1.1 2011/11/01 09:55:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ekeyd/ekeyd-1.1.4-r2.ebuild,v 1.2 2012/05/31 03:11:33 zmedico Exp $ EAPI=4 -inherit multilib linux-info toolchain-funcs +inherit eutils multilib linux-info toolchain-funcs DESCRIPTION="Entropy Key userspace daemon" HOMEPAGE="http://www.entropykey.co.uk/" |