diff options
-rw-r--r-- | app-crypt/tpm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-crypt/tpm-tools/ChangeLog b/app-crypt/tpm-tools/ChangeLog index 5f4d24e74cf1..d89f5db24eaa 100644 --- a/app-crypt/tpm-tools/ChangeLog +++ b/app-crypt/tpm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/tpm-tools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.7 2008/01/07 20:05:17 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.8 2008/06/07 20:51:32 flameeyes Exp $ + + 07 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> tpm-tools-1.3.1.ebuild: + Fix typo in dependencies (missing RDEPEND), and remove autotools + inheritance that seems unused. *tpm-tools-1.3.1 (07 Jan 2008) diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild index c0aa1c634fc4..a5b2ce7bfce4 100644 --- a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild +++ b/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild,v 1.1 2008/01/07 20:05:17 alonbl Exp $ - -inherit autotools +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild,v 1.2 2008/06/07 20:51:32 flameeyes Exp $ DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules" HOMEPAGE="http://trousers.sf.net" @@ -13,7 +11,7 @@ KEYWORDS="~x86" IUSE="nls" COMMON_DEPEND=">=app-crypt/trousers-0.3.0" -DEPEND="${COMMON_DEPEND} +RDEPEND="${COMMON_DEPEND} nls? ( virtual/libintl )" # TODO: add optionnal opencryptoki support DEPEND="${COMMON_DEPEND} |