Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 293835 Details for
Bug 308343
app-dicts/ispell-lt: 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]
revised ebuild patch
ispell-lt.patch (text/plain), 885 bytes, created by
Ian Delaney (RETIRED)
on 2011-11-26 13:05:33 UTC
(
hide
)
Description:
revised ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-26 13:05:33 UTC
Size:
885 bytes
patch
obsolete
>diff -ur ispell-lt.orig/ispell-lt-1.2.1.ebuild ispell-lt/ispell-lt-1.2.1.ebuild >--- ispell-lt.orig/ispell-lt-1.2.1.ebuild 2008-11-01 21:15:45.000000000 +0900 >+++ ispell-lt/ispell-lt-1.2.1.ebuild 2011-11-26 20:57:11.277000055 +0800 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-1.2.1.ebuild,v 1.2 2008/11/01 12:15:45 pva Exp $ > >-inherit multilib >+EAPI="3" >+ >+inherit multilib python > > DESCRIPTION="Lithuanian dictionary for ispell" > HOMEPAGE="http://files.akl.lt/ispell-lt/" >@@ -13,8 +15,14 @@ > KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" > IUSE="" > >-DEPEND="app-text/ispell >- dev-lang/python" >+RDEPEND="app-text/ispell" >+DEPEND="${RDEPEND} >+ =dev-lang/python-2*" >+ >+pkg_setup() { >+ python_set_active_version 2 >+ python_pkg_setup >+} > > src_compile() { > emake || die
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 308343
:
284803
|
292203
|
292213
|
293095
|
293301
|
293645
|
293767
| 293835