diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 07:59:28 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 07:59:28 +0000 |
commit | b73c59cb650523fb96c5e45218d1efa7a60c2ef1 (patch) | |
tree | e9a4a2f198ba1e5fe1697965f9f4b4234233da57 | |
parent | QA: add -j1 to make, for bug #350985, until fixed. (diff) | |
download | gentoo-2-b73c59cb650523fb96c5e45218d1efa7a60c2ef1.tar.gz gentoo-2-b73c59cb650523fb96c5e45218d1efa7a60c2ef1.tar.bz2 gentoo-2-b73c59cb650523fb96c5e45218d1efa7a60c2ef1.zip |
Removed version restriction on sys-libs/db
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.6.17-r4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index b064a7069af0..fe15b4b78bc8 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.48 2011/08/22 21:40:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.49 2011/08/23 07:59:28 polynomial-c Exp $ + + 23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> + subversion-1.6.17-r4.ebuild: + Removed version restriction on sys-libs/db with kind permission from + chainsaw. *subversion-1.6.17-r4 (22 Aug 2011) diff --git a/dev-vcs/subversion/subversion-1.6.17-r4.ebuild b/dev-vcs/subversion/subversion-1.6.17-r4.ebuild index c741ddf14422..8de7106b61a9 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.1 2011/08/22 21:40:17 chainsaw Exp $ +# $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 $ 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 ) ctypes-python? ( =dev-lang/python-2* ) emacs? ( virtual/emacs ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) |