Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292385 Details for
Bug 324371
dev-util/bam: 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]
ebuild patch
bam.patch (text/plain), 598 bytes, created by
Ian Delaney (RETIRED)
on 2011-11-13 10:40:35 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-13 10:40:35 UTC
Size:
598 bytes
patch
obsolete
>diff -ur bam.orig/bam-0.2.0.ebuild bam/bam-0.2.0.ebuild >--- bam.orig/bam-0.2.0.ebuild 2011-11-13 18:33:55.014915296 +0800 >+++ bam/bam-0.2.0.ebuild 2011-11-13 18:34:49.190915290 +0800 >@@ -4,6 +4,8 @@ > > EAPI="2" > >+PYTHON_DEPEND="*:2.6" >+ > inherit eutils python > > DESCRIPTION="Fast and flexible Lua-based build system" >@@ -17,9 +19,11 @@ > IUSE="doc test" > > RDEPEND="dev-lang/lua" >-DEPEND="${RDEPEND} >- doc? ( dev-lang/python ) >- test? ( dev-lang/python )" >+DEPEND="${RDEPEND}" >+ >+pkg_setup() { >+ python_pkg_setup >+} > > src_prepare() { > cp "${WORKDIR}"/Makefile "${S}"/Makefile || die "cp failed"
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 Raw
Actions:
View
Attachments on
bug 324371
:
292385
|
293015
|
293849