diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-08-21 20:53:41 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-08-21 20:53:41 +0000 |
commit | e34db2c41f7cb41b5806dc369d1f3b71eb18db74 (patch) | |
tree | 49d60614cce8be5c6119b9c8e3043e716eab9ca3 /dev-vcs | |
parent | Version bump. (diff) | |
download | gentoo-2-e34db2c41f7cb41b5806dc369d1f3b71eb18db74.tar.gz gentoo-2-e34db2c41f7cb41b5806dc369d1f3b71eb18db74.tar.bz2 gentoo-2-e34db2c41f7cb41b5806dc369d1f3b71eb18db74.zip |
Drop already commented out --with-sqlite argument, fixes bug 413579
(Portage version: 2.2.0_alpha116-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.6.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 7ff70f000746..41b9f09aa4fa 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.80 2012/08/21 20:05:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.81 2012/08/21 20:53:41 tommy Exp $ + + 21 Aug 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + subversion-1.7.6.ebuild: + Drop already commented out --with-sqlite argument, fixes bug 413579 *subversion-1.7.6 (21 Aug 2012) diff --git a/dev-vcs/subversion/subversion-1.7.6.ebuild b/dev-vcs/subversion/subversion-1.7.6.ebuild index 1725fb645d18..b4a05fbb2631 100644 --- a/dev-vcs/subversion/subversion-1.7.6.ebuild +++ b/dev-vcs/subversion/subversion-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.1 2012/08/21 20:05:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.2 2012/08/21 20:53:41 tommy Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -185,7 +185,6 @@ src_configure() { --disable-mod-activation \ --disable-neon-version-check \ --disable-static -# --with-sqlite="${EPREFIX}/usr" } src_compile() { |