mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pysvn: Add missing die
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -28,7 +28,9 @@ python_prepare() {
|
||||
rm -r Import || die
|
||||
|
||||
# http://pysvn.tigris.org/source/browse/pysvn?view=rev&revision=1469
|
||||
sed -e "s/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_16/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_1_6/" -i Source/pysvn_svnenv.hpp
|
||||
sed \
|
||||
-e "s/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_16/PYSVN_HAS_SVN_CLIENT_CTX_T__CONFLICT_FUNC_1_6/" \
|
||||
-i Source/pysvn_svnenv.hpp || die
|
||||
}
|
||||
|
||||
python_configure() {
|
||||
|
||||
Reference in New Issue
Block a user