Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233959 Details for
Bug 312183
dev-libs/gobject-introspection: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
restrict python 3 abi
gobject-introspection-0.6.9.ebuild.diff (text/plain), 644 bytes, created by
Michael Weber (RETIRED)
on 2010-06-03 12:38:59 UTC
(
hide
)
Description:
restrict python 3 abi
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2010-06-03 12:38:59 UTC
Size:
644 bytes
patch
obsolete
>--- gobject-introspection-0.6.9.ebuild.old 2010-06-03 14:09:34.000000000 +0000 >+++ gobject-introspection-0.6.9.ebuild 2010-06-03 14:23:15.000000000 +0000 >@@ -2,7 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.6.9.ebuild,v 1.1 2010/03/19 14:15:08 nirbheek Exp $ > >-EAPI="2" >+EAPI=2 >+ >+PYTHON_DEPEND="2" >+RESTRICT_PYTHON_ABIS="3.*" > > inherit python gnome2 > >@@ -22,6 +25,10 @@ > dev-util/pkgconfig > sys-devel/flex" > >+pkg_setup() { >+ python_set_active_version 2 >+} >+ > src_prepare() { > G2CONF="${G2CONF} --disable-static" >
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 312183
:
233959