Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 285363 Details for
Bug 381477
app-office/gnucash-2.4.7 does not compile Python package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
gnucash-2.4.7-pycompile.patch (text/plain), 461 bytes, created by
Chris Mayo
on 2011-09-02 16:47:18 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2011-09-02 16:47:18 UTC
Size:
461 bytes
patch
obsolete
>--- gnucash-2.4.7.ebuild.orig 2011-09-02 17:43:37.566213073 +0100 >+++ gnucash-2.4.7.ebuild 2011-09-02 17:44:05.842135162 +0100 >@@ -140,3 +140,17 @@ > mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die > dodoc "${T}"/cantuseprepalldocs/* || die > } >+ >+pkg_postinst() { >+ if use python; then >+ python_mod_optimize gnucash >+ fi >+ gnome2_pkg_postinst >+} >+ >+pkg_postrm() { >+ if use python; then >+ python_mod_cleanup gnucash >+ fi >+ gnome2_pkg_postrm >+}
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 381477
:
285281
| 285363