diff options
Diffstat (limited to 'dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild index 14f2d6f9fc91..af09bd0f7bb9 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild,v 1.1 2009/03/18 20:35:01 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild,v 1.2 2009/04/03 19:33:54 tommy Exp $ inherit flag-o-matic toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc libtommath tomsfastmath" RDEPEND="libtommath? ( dev-libs/libtommath ) - tomsfastmath? ( dev-libs/tomsfastmath ) + tomsfastmath? ( >=dev-libs/tomsfastmath-0.12 ) !libtommath? ( !tomsfastmath? ( dev-libs/libtommath ) )" DEPEND="${RDEPEND} doc? ( virtual/latex-base virtual/ghostscript )" |