Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349810 Details for
Bug 468758
dev-vcs/subversion-1.7.9 USE=-python PYTHON_TARGETS=python3_2 - src_configure(): "No Python implementation selected for the build."
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
bug_468758.patch (text/plain), 1.06 KB, created by
Andrey
on 2013-06-01 09:49:36 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Andrey
Created:
2013-06-01 09:49:36 UTC
Size:
1.06 KB
patch
obsolete
>--- subversion-1.7.9.ebuild.orig 2013-04-22 16:31:15.000000000 +0400 >+++ subversion-1.7.9.ebuild 2013-06-01 13:44:47.294876910 +0400 >@@ -44,7 +44,6 @@ > perl? ( dev-perl/URI )" > # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once > DEPEND="${COMMON_DEPEND} >- ${PYTHON_DEPS} > !!<sys-apps/sandbox-1.6 > ctypes-python? ( dev-python/ctypesgen ) > doc? ( app-doc/doxygen ) >@@ -185,12 +184,14 @@ > myconf+=" --disable-disallowing-of-undefined-references" > > # for build-time scripts >- python_export_best >+ if use python ; then >+ python_export_best >+ #allow overriding Python include directory >+ myconf+=' ac_cv_python_includes="-I$(PYTHON_INCLUDEDIR)"' >+ fi > > #force ruby-1.8 for bug 399105 >- #allow overriding Python include directory > ac_cv_path_RUBY="${EPREFIX}"/usr/bin/ruby18 ac_cv_path_RDOC="${EPREFIX}"/usr/bin/rdoc18 \ >- ac_cv_python_includes='-I$(PYTHON_INCLUDEDIR)' \ > econf --libdir="${EPREFIX}/usr/$(get_libdir)" \ > $(use_with apache2 apxs "${APXS}") \ > $(use_with berkdb berkeley-db "db.h:${EPREFIX}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 468758
:
347516
| 349810