diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-04-03 19:33:54 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-04-03 19:33:54 +0000 |
commit | f10ea21a058829a234ae59e560891bdcd107c74d (patch) | |
tree | 27af5e45249f382a9e0bd7cf3c3f14ef0f9e699f /dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild | |
parent | Create shared libs instead of static libs (diff) | |
download | gentoo-2-f10ea21a058829a234ae59e560891bdcd107c74d.tar.gz gentoo-2-f10ea21a058829a234ae59e560891bdcd107c74d.tar.bz2 gentoo-2-f10ea21a058829a234ae59e560891bdcd107c74d.zip |
Add version dep (fixes bug 264581)
(Portage version: 2.2_rc28/cvs/Linux x86_64)
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 )" |