Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339198 Details for
Bug 457920
kde-base/kate-4.10.0-r1 improved ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against kate-4.10.0.ebuild
kate-4.10.0-python-fixes.patch (text/plain), 1.07 KB, created by
Alex Turbov
on 2013-02-18 04:22:19 UTC
(
hide
)
Description:
patch against kate-4.10.0.ebuild
Filename:
MIME Type:
Creator:
Alex Turbov
Created:
2013-02-18 04:22:19 UTC
Size:
1.07 KB
patch
obsolete
>--- kate-4.10.0.ebuild 2013-02-07 08:57:37.000000000 +0400 >+++ kate-4.10.0-r2.ebuild 2013-02-18 08:17:00.000000000 +0400 >@@ -6,33 +6,34 @@ > > KDE_HANDBOOK="optional" > KMNAME="kate" >-PYTHON_DEPEND="pate? 2" >-inherit python kde4-meta >+PYTHON_COMPAT=( python{2_7,3_2} ) >+inherit python-single-r1 kde4-meta eutils > > DESCRIPTION="Kate is an MDI texteditor." > KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" >-IUSE="debug pate +plasma" >+IUSE="debug python +plasma" > > DEPEND=" > dev-libs/libxml2 > dev-libs/libxslt >- pate? ( $(add_kdebase_dep pykde4 '' 4.9.2-r1) ) >+ python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) ) > " > RDEPEND="${DEPEND} > $(add_kdebase_dep katepart) > " > >+src_prepare() { >+ epatch ${FILESDIR}/0001-fixes-for-runtime-errors-w-Python-3.patch >+} >+ > pkg_setup() { >- if use pate; then >- python_set_active_version 2 >- python_pkg_setup >- fi >+ python-single-r1_pkg_setup > kde4-meta_pkg_setup > } > > src_configure() { > mycmakeargs=( >- $(cmake-utils_use_build pate) >+ $(cmake-utils_use_build python pate) > $(cmake-utils_use_with plasma) > ) >
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 457920
:
339108
| 339198 |
339200
|
339202