diff options
author | 2014-01-08 09:42:20 +0000 | |
---|---|---|
committer | 2014-01-08 09:42:20 +0000 | |
commit | b8999021812a6263254217e2bf9f0a9d0fe5d4dd (patch) | |
tree | df97d8c170b6d112a936419536600a181fc0e51f /dev-vcs | |
parent | Fixed typo in hpux-dso patch (diff) | |
download | gentoo-2-b8999021812a6263254217e2bf9f0a9d0fe5d4dd.tar.gz gentoo-2-b8999021812a6263254217e2bf9f0a9d0fe5d4dd.tar.bz2 gentoo-2-b8999021812a6263254217e2bf9f0a9d0fe5d4dd.zip |
Really use pkg-config for finding serf
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog index 222d7529043d..c482c655693a 100644 --- a/dev-vcs/subversion/ChangeLog +++ b/dev-vcs/subversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/subversion # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.157 2014/01/08 09:37:29 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.158 2014/01/08 09:42:20 polynomial-c Exp $ + + 08 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> subversion-1.8.5.ebuild: + Really use pkg-config for finding serf. 08 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> files/subversion-1.8.0-hpux-dso.patch: diff --git a/dev-vcs/subversion/subversion-1.8.5.ebuild b/dev-vcs/subversion/subversion-1.8.5.ebuild index 81538c3c9cae..0606fd8f065c 100644 --- a/dev-vcs/subversion/subversion-1.8.5.ebuild +++ b/dev-vcs/subversion/subversion-1.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.5.ebuild,v 1.2 2014/01/06 20:44:04 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.5.ebuild,v 1.3 2014/01/08 09:42:20 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -204,7 +204,7 @@ src_configure() { $(use_with kde kwallet) \ $(use_enable nls) \ $(use_with sasl) \ - $(use_with http serf "${EPREFIX}/usr") \ + $(use_with http serf) \ ${myconf} \ --with-apr="${EPREFIX}/usr/bin/apr-1-config" \ --with-apr-util="${EPREFIX}/usr/bin/apu-1-config" \ |