summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-04-19 18:20:59 +0000
committerThomas Sachau <tommy@gentoo.org>2013-04-19 18:20:59 +0000
commit350ee63fe8bdf3133833ed91bc12e9d8f411888a (patch)
treefe91c4dff634370cd4ec885d3fead833d0a8601b /dev-vcs
parentVersion bump (diff)
downloadgentoo-2-350ee63fe8bdf3133833ed91bc12e9d8f411888a.tar.gz
gentoo-2-350ee63fe8bdf3133833ed91bc12e9d8f411888a.tar.bz2
gentoo-2-350ee63fe8bdf3133833ed91bc12e9d8f411888a.zip
Require threadsafe sqlite, fixes bug 456172
(Portage version: 2.2.0_alpha173-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/subversion/ChangeLog6
-rw-r--r--dev-vcs/subversion/subversion-1.7.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog
index 9bc1413d6683..58db791f100e 100644
--- a/dev-vcs/subversion/ChangeLog
+++ b/dev-vcs/subversion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/subversion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.103 2013/04/19 15:35:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.104 2013/04/19 18:20:59 tommy Exp $
+
+ 19 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ subversion-1.7.9.ebuild:
+ Require threadsafe sqlite, fixes bug 456172
19 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
subversion-1.7.9.ebuild:
diff --git a/dev-vcs/subversion/subversion-1.7.9.ebuild b/dev-vcs/subversion/subversion-1.7.9.ebuild
index 205ff326c8f2..909757c045eb 100644
--- a/dev-vcs/subversion/subversion-1.7.9.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.9.ebuild,v 1.2 2013/04/19 15:35:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.9.ebuild,v 1.3 2013/04/19 18:20:59 tommy Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
-COMMON_DEPEND=">=dev-db/sqlite-3.4
+COMMON_DEPEND=">=dev-db/sqlite-3.4[threadsafe(+)]
>=dev-libs/apr-1.3:1
>=dev-libs/apr-util-1.3:1
dev-libs/expat