diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.17-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index fa9f71b192f4..ffa522a8a14f 100644 --- a/dev-libs/libtomcrypt/ChangeLog +++ b/dev-libs/libtomcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libtomcrypt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.35 2009/03/26 19:57:31 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.36 2009/04/03 19:33:54 tommy Exp $ + + 03 Apr 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + libtomcrypt-1.17-r3.ebuild: + Add version dep (fixes bug 264581) 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml: 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 )" |