diff options
author | Stuart Shelton <stuart@shelton.me> | 2014-08-30 13:40:34 +0100 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2014-08-30 13:40:34 +0100 |
commit | 535a145d87a5349f0fe2600bc79fca35fb9e2d56 (patch) | |
tree | bd106d4ffc6ad4fca8b6dc4c267ec420cbef0603 /dev-vcs/subversion/subversion-1.7.18.ebuild | |
parent | Update dev-libs/openssl-1.0.1i (diff) | |
download | srcshelton-535a145d87a5349f0fe2600bc79fca35fb9e2d56.tar.gz srcshelton-535a145d87a5349f0fe2600bc79fca35fb9e2d56.tar.bz2 srcshelton-535a145d87a5349f0fe2600bc79fca35fb9e2d56.zip |
Update dev-vcs/subversion-1.7.18
Diffstat (limited to 'dev-vcs/subversion/subversion-1.7.18.ebuild')
-rw-r--r-- | dev-vcs/subversion/subversion-1.7.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/subversion/subversion-1.7.18.ebuild b/dev-vcs/subversion/subversion-1.7.18.ebuild index 4714fa29..bd046f4c 100644 --- a/dev-vcs/subversion/subversion-1.7.18.ebuild +++ b/dev-vcs/subversion/subversion-1.7.18.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.7.18.ebuild,v 1.5 2014/08/19 10:41:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.18.ebuild,v 1.6 2014/08/21 09:49:25 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="apache2 berkdb clang ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf" COMMON_DEPEND=">=dev-db/sqlite-3.6.18[threadsafe(+)] @@ -210,13 +210,13 @@ src_configure() { fi #force ruby-1.8 for bug 399105 - #allow overriding Python include directory if use ruby; then rubyopts="ac_cv_path_RUBY=\"${EPREFIX}\"/usr/bin/ruby18 ac_cv_path_RDOC=\"${EPREFIX}\"/usr/bin/rdoc18" fi tc-export CC CXX + #allow overriding Python include directory eval \ ac_cv_python_compile="${CC} " \ ac_cv_python_includes='-I\$\(PYTHON_INCLUDEDIR\)' \ |