dev-vcs/subversion: Apply CoreOS changes

Remove problematic MacOS tests from configure.ac.
This commit is contained in:
Geoff Levand 2015-07-23 15:21:05 -07:00 committed by David Michael
parent 75d82e7121
commit edd69375dd

View File

@ -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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 ctypes-python debug doc +dso extras gnome-keyring +http java kwallet nls perl python ruby sasl test vim-syntax"
COMMON_DEPEND="
@ -149,6 +149,13 @@ src_prepare() {
sed -i -e '1c\#!/usr/bin/env sh' build/transform_libtool_scripts.sh || \
die "/bin/sh is not POSIX shell!"
# Avoid AC_RUN_IFELSE in MacOS tests.
sed -i \
-e "s/SVN_LIB_MACHO_ITERATE//g" \
-e "s/SVN_LIB_MACOS_PLIST//g" \
-e "s/SVN_LIB_MACOS_KEYCHAIN//g" \
configure.ac
eautoconf
elibtoolize