diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 06:27:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 06:27:54 +0000 |
commit | e037ee900bf67138a9c773728d8ebd91fafd60fb (patch) | |
tree | e7d81a2f1758280a7cce8faee38e53f3da88c7a4 /app-crypt | |
parent | add patch from Petr Pisar to fix setting gamma (bug #449692) (diff) | |
download | gentoo-2-e037ee900bf67138a9c773728d8ebd91fafd60fb.tar.gz gentoo-2-e037ee900bf67138a9c773728d8ebd91fafd60fb.tar.bz2 gentoo-2-e037ee900bf67138a9c773728d8ebd91fafd60fb.zip |
Quoting
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm-emulator/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/tpm-emulator/ChangeLog b/app-crypt/tpm-emulator/ChangeLog index 74f556dbed4c..ff21c0cfc3b0 100644 --- a/app-crypt/tpm-emulator/ChangeLog +++ b/app-crypt/tpm-emulator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/tpm-emulator -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.19 2012/12/24 17:13:25 alonbl Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.20 2013/05/10 06:27:54 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> tpm-emulator-0.7.4-r1.ebuild: + Quoting *tpm-emulator-0.7.4-r1 (24 Dec 2012) diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild index d58b7c4f856a..6eba498d5169 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.7.4-r1.ebuild,v 1.1 2012/12/24 17:13:25 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild,v 1.2 2013/05/10 06:27:54 patrick Exp $ EAPI=2 inherit user linux-mod cmake-utils udev @@ -50,7 +50,7 @@ src_configure() { src_compile() { cmake-utils_src_compile use modules && linux-mod_src_compile - emake -C ${BUILD_DIR}/tpmd_dev/linux tpmd_dev.rules + emake -C "${BUILD_DIR}/tpmd_dev/linux" tpmd_dev.rules } src_install() { |