diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-01-25 21:46:14 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-01-25 21:46:14 +0000 |
commit | ceac708de21440d8e2bfc698589413ed1b4d6ed8 (patch) | |
tree | 203478950bae71d5334ae31ce5d402f3419addd8 /dev-libs/cryptlib | |
parent | Version bump. Thanks to Tom Hendrikx. Fixes bug #400649. (diff) | |
download | gentoo-2-ceac708de21440d8e2bfc698589413ed1b4d6ed8.tar.gz gentoo-2-ceac708de21440d8e2bfc698589413ed1b4d6ed8.tar.bz2 gentoo-2-ceac708de21440d8e2bfc698589413ed1b4d6ed8.zip |
dev-libs/cryptlib: Fix append-flags call wrt bug 392339.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r-- | dev-libs/cryptlib/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/cryptlib/cryptlib-3.4.0.ebuild | 9 |
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 |