diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-09-22 09:47:05 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-09-22 09:47:05 +0000 |
commit | f6c7e7c4ecc62ced98eed38fd8f15eaf0b102622 (patch) | |
tree | 4608f9415c13d9e7d06ee2ea159cf55200275d7d /dev-vcs | |
parent | Initial commit. Ebuild by Ruslan Osmanov <rrosmanov@gmail.com>. He will also ... (diff) | |
download | gentoo-2-f6c7e7c4ecc62ced98eed38fd8f15eaf0b102622.tar.gz gentoo-2-f6c7e7c4ecc62ced98eed38fd8f15eaf0b102622.tar.bz2 gentoo-2-f6c7e7c4ecc62ced98eed38fd8f15eaf0b102622.zip |
Update sqlite version requirement, bug 414959
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 7cdb1b274b96..f8911c231953 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.142 2013/09/15 09:42:38 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.143 2013/09/22 09:47:05 tommy Exp $ + + 22 Sep 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + subversion-1.7.13.ebuild: + Update sqlite version requirement, bug 414959 15 Sep 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -subversion-1.7.11.ebuild: diff --git a/dev-vcs/subversion/subversion-1.7.13.ebuild b/dev-vcs/subversion/subversion-1.7.13.ebuild index 725969c2c0b0..946c208bd173 100644 --- a/dev-vcs/subversion/subversion-1.7.13.ebuild +++ b/dev-vcs/subversion/subversion-1.7.13.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.13.ebuild,v 1.13 2013/09/14 10:38:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild,v 1.14 2013/09/22 09:47:05 tommy Exp $ EAPI=5 PYTHON_COMPAT=( python{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 test vim-syntax +webdav-neon webdav-serf" -COMMON_DEPEND=">=dev-db/sqlite-3.4[threadsafe(+)] +COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)] >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat |