diff options
author | Fabian Groffen <grobian@gentoo.org> | 2015-09-12 15:37:44 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2015-09-12 15:37:44 +0200 |
commit | 9b61292cd32482b39e7c5b429c4bcc94fb65c5ec (patch) | |
tree | 9144d16795d8637608aa4a04e00db1c8914abb23 /dev-vcs | |
parent | app-benchmarks/ltp: Version bump. Do not depend on external libtirpc. Bug #55... (diff) | |
download | gentoo-9b61292cd32482b39e7c5b429c4bcc94fb65c5ec.tar.gz gentoo-9b61292cd32482b39e7c5b429c4bcc94fb65c5ec.tar.bz2 gentoo-9b61292cd32482b39e7c5b429c4bcc94fb65c5ec.zip |
dev-vcs/subversion: drop gnome keyring patch for OSX as it is seemingly fixed upstream in 1.9.1, bug #560274
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/subversion-1.9.1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-vcs/subversion/subversion-1.9.1.ebuild b/dev-vcs/subversion/subversion-1.9.1.ebuild index 655a7eb992d3..b1fbfebc6dfd 100644 --- a/dev-vcs/subversion/subversion-1.9.1.ebuild +++ b/dev-vcs/subversion/subversion-1.9.1.ebuild @@ -140,13 +140,6 @@ src_prepare() { -i build-outputs.mk || die "sed failed" if use python ; then - if [[ ${CHOST} == *-darwin* ]] ; then - # http://mail-archives.apache.org/mod_mbox/subversion-dev/201306.mbox/%3C20130614113003.GA19257@tarsus.local2%3E - # in short, we don't have gnome-keyring stuff here, patch - # borrowed from MacPorts - epatch "${FILESDIR}"/${PN}-1.8.5-swig-python-no-gnome-keyring.patch - fi - # XXX: make python_copy_sources accept path S=${S}/subversion/bindings/swig/python python_copy_sources rm -r "${S}"/subversion/bindings/swig/python || die |