diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 08:12:07 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 08:12:07 +0000 |
commit | e95da3302b7875bf4f322feb70f47e2cfd85ef5b (patch) | |
tree | e9fa99ecfaea1f98567a5a1643fd184b591e1848 /dev-vcs | |
parent | Removed version restriction on sys-libs/db (diff) | |
download | gentoo-2-e95da3302b7875bf4f322feb70f47e2cfd85ef5b.tar.gz gentoo-2-e95da3302b7875bf4f322feb70f47e2cfd85ef5b.tar.bz2 gentoo-2-e95da3302b7875bf4f322feb70f47e2cfd85ef5b.zip |
Added minimal necessary sys-libs/db version
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.6.17-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.6.17-r4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index fe15b4b78bc8..2bfc5f8a402f 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.49 2011/08/23 07:59:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.50 2011/08/23 08:12:07 polynomial-c Exp $ + + 23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> + subversion-1.6.17-r3.ebuild, subversion-1.6.17-r4.ebuild: + Added minimal necessary sys-libs/db version again with kind permission from + chainsaw. 23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> subversion-1.6.17-r4.ebuild: diff --git a/dev-vcs/subversion/subversion-1.6.17-r3.ebuild b/dev-vcs/subversion/subversion-1.6.17-r3.ebuild index 387184b21182..a9d977e08715 100644 --- a/dev-vcs/subversion/subversion-1.6.17-r3.ebuild +++ b/dev-vcs/subversion/subversion-1.6.17-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r3.ebuild,v 1.1 2011/08/22 11:21:31 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r3.ebuild,v 1.2 2011/08/23 08:12:07 polynomial-c Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -25,7 +25,7 @@ CDEPEND=">=dev-db/sqlite-3.4 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib - berkdb? ( =sys-libs/db-4* ) + berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( =dev-lang/python-2* ) emacs? ( virtual/emacs ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) diff --git a/dev-vcs/subversion/subversion-1.6.17-r4.ebuild b/dev-vcs/subversion/subversion-1.6.17-r4.ebuild index 8de7106b61a9..9487a639c4ef 100644 --- a/dev-vcs/subversion/subversion-1.6.17-r4.ebuild +++ b/dev-vcs/subversion/subversion-1.6.17-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r4.ebuild,v 1.2 2011/08/23 07:59:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r4.ebuild,v 1.3 2011/08/23 08:12:07 polynomial-c Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -25,7 +25,7 @@ CDEPEND=">=dev-db/sqlite-3.4 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib - berkdb? ( sys-libs/db ) + berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( =dev-lang/python-2* ) emacs? ( virtual/emacs ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) |