Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 263439

Summary: Typo in x11-plugins/purple-plugin_pack-2.5.1 makes it impossible to disable switchspell
Product: Gentoo Linux Reporter: Randall Wald <rdwald>
Component: New packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED FIXED    
Severity: normal CC: betelgeuse
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Trivial patch file fixing this typo

Description Randall Wald 2009-03-23 03:05:49 UTC
While messing around with the x11-plugins/purple-plugin_pack-2.5.1 ebuild for my own purposes, I ran into a seemingly-inscrutable bug that resulted from my reuse of the following line in the original ebuild:

use spell || DISABLED_PLGUINS="${DISABLED_PLUGINS} switchspell"

It should be adding switchspell to the DISABLED_PLUGINS variable, not the DISABLED_PLGUINS one. I'll post a diff, but it just requires typing "xp" at the appropriate location in vim.
Comment 1 Randall Wald 2009-03-23 03:08:04 UTC
Created attachment 185946 [details, diff]
Trivial patch file fixing this typo
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-08-16 08:53:05 UTC
Typo fixed.