summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r--dev-libs/cryptlib/ChangeLog9
-rw-r--r--dev-libs/cryptlib/cryptlib-3.4.0.ebuild9
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/cryptlib/ChangeLog b/dev-libs/cryptlib/ChangeLog
index ce3a216df03a..049b49803482 100644
--- a/dev-libs/cryptlib/ChangeLog
+++ b/dev-libs/cryptlib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/cryptlib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.30 2011/02/26 13:37:47 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.31 2012/01/25 21:46:14 c1pher Exp $
+
+ 25 Jan 2012; Dane Smith <c1pher@gentoo.org> cryptlib-3.4.0.ebuild:
+ Drop no longer needed blocking dependency.
+ Adjust append-flags wrt bug 392339. Thanks Malte Starostik
+ (m-starostik@versanet.de) for the fix.
26 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-cryptlib-3.3.3-r1.ebuild:
diff --git a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild
index 0a8b818c35f0..331b0c014213 100644
--- a/dev-libs/cryptlib/cryptlib-3.4.0.ebuild
+++ b/dev-libs/cryptlib/cryptlib-3.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.5 2011/04/12 18:05:58 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.6 2012/01/25 21:46:14 c1pher Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -26,8 +26,7 @@ S="${WORKDIR}"
RDEPEND="sys-libs/zlib
ldap? ( net-nds/openldap )
- odbc? ( dev-db/unixODBC )
- !dev-python/cryptlib_py"
+ odbc? ( dev-db/unixODBC )"
DEPEND="${RDEPEND}
app-arch/unzip"
@@ -85,7 +84,7 @@ src_compile() {
replace-flags -Os -O2
is-flagq -O* || append-flags -O2
- append-flags "-D __UNIX__ -DOSVERSION=2 -DNDEBUG -I."
+ append-flags "-D__UNIX__ -DOSVERSION=2 -DNDEBUG -I."
if [ -f /usr/include/pthread.h -a \
`grep -c PTHREAD_MUTEX_RECURSIVE /usr/include/pthread.h` -ge 0 ] ; then