diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 21:47:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 21:47:34 +0000 |
commit | 5201dcf52171ddfcaf74d80731ed1fb4f8de6467 (patch) | |
tree | c9536f260422cd7b65d929f9809cc61d1b8cb34d /app-crypt/tpm-emulator | |
parent | Fix digest (diff) | |
download | gentoo-2-5201dcf52171ddfcaf74d80731ed1fb4f8de6467.tar.gz gentoo-2-5201dcf52171ddfcaf74d80731ed1fb4f8de6467.tar.bz2 gentoo-2-5201dcf52171ddfcaf74d80731ed1fb4f8de6467.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-crypt/tpm-emulator')
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild index daaad636e88a..2e7b3a59aab3 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild,v 1.1 2007/06/23 20:00:20 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.5.ebuild,v 1.2 2007/07/13 21:47:34 mr_bones_ Exp $ inherit toolchain-funcs linux-mod eutils @@ -56,4 +56,3 @@ src_install() { keepdir /var/run/tpm fowners tss /var/run/tpm } - |