diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 20:51:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 20:51:32 +0000 |
commit | 9736cdc12de3b3baa3cbccbcdb94f75319ec1637 (patch) | |
tree | ed3661be85e809f86f4029a20fb11d5994858b24 /app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild | |
parent | Fix autotools handling, use eautoreconf as the ebuild is inheriting autotools... (diff) | |
download | gentoo-2-9736cdc12de3b3baa3cbccbcdb94f75319ec1637.tar.gz gentoo-2-9736cdc12de3b3baa3cbccbcdb94f75319ec1637.tar.bz2 gentoo-2-9736cdc12de3b3baa3cbccbcdb94f75319ec1637.zip |
Fix typo in dependencies (missing RDEPEND), and remove autotools inheritance that seems unused.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild')
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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} |