Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87208 Details for
Bug 131990
gajim 0.10 is out !
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add gnome-python-extras optionnal dependency
gnome-extra.patch (text/plain), 1.06 KB, created by
Fab
on 2006-05-21 13:13:50 UTC
(
hide
)
Description:
add gnome-python-extras optionnal dependency
Filename:
MIME Type:
Creator:
Fab
Created:
2006-05-21 13:13:50 UTC
Size:
1.06 KB
patch
obsolete
>--- gajim-0.10.ebuild.old 2006-05-21 21:55:51.000000000 +0200 >+++ gajim-0.10.ebuild 2006-05-21 22:08:20.000000000 +0200 >@@ -11,7 +11,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~alpha ~ppc ~x86" >-IUSE="dbus libnotify nls spell srv" >+IUSE="dbus gnome-extra libnotify nls spell srv" > > #Removed amd64 from keywords until gcc4 is moved to unstable (#109298) > #amd64? ( >=sys-devel/gcc-4 ) >@@ -19,7 +19,8 @@ > >=dev-python/pysqlite-2.0.5 > dbus? ( >=sys-apps/dbus-0.60 ) > libnotify? (x11-misc/notification-daemon) >- spell? ( >=app-text/gtkspell-2.0.11 ) >+ !gnome-extra? ( spell ? ( >=app-text/gtkspell-2.0.4 ) ) >+ gnome-extra? ( >=dev-python/gnome-python-extras-2.10) > srv? ( net-dns/bind-tools )" > > pkg_setup() { >@@ -36,9 +37,10 @@ > } > > src_compile() { >- targets="idle trayicon gajim.desktop" >+ targets="idle gajim.desktop" >+ ! use gnome-extra && targets="${targets} trayicon" > use nls && targets="${targets} translation" >- use spell && targets="${targets} gtkspell" >+ ! use gnome-extra && use spell && targets="${targets} gtkspell" > Xemake ${targets} || die "Xemake 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131990
:
85967
|
87107
|
87112
|
87117
|
87120
|
87124
|
87130
|
87148
|
87208
|
87239
|
87274
|
87417
|
88451
|
88502