Bug 131638 - app-shells/fish provides xsel binary, which collides with x11-misc/xsel
Bug#: 131638 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: dberkholz@gentoo.org Reported By: jnrowe@gmail.com
Component: Ebuilds
URL: 
Summary: app-shells/fish provides xsel binary, which collides with x11-misc/xsel
Keywords:  
Status Whiteboard: 
Opened: 2006-04-28 23:58 0000
Description:   Opened: 2006-04-28 23:58 0000
All versions of fish in portage provide a /usr/bin/xsel command, which
collides with x11-misc/xsel.  Internally fish is only building a standard
0.9.6 release of xsel which is included in the fish tarball.

  The attached patch just adds xsel to the DEPEND list, and stops the
included xsel from being built.  I suppose there is some argument to be made
for the xsel dependency being made optional, but for a 30k install I'm not
seeing it.

  **Note**:  Currently x11-misc/xsel only has the ~x86 keyword set.

Thanks


James

------- Comment #1 From James Rowe 2006-04-28 23:58:46 0000 -------
Created an attachment (id=85734) [details]
fish-1.21.4-external_xsel.patch 

------- Comment #2 From Donnie Berkholz 2006-06-20 23:40:00 0000 -------
*** Bug 126409 has been marked as a duplicate of this bug. ***

------- Comment #3 From Donnie Berkholz 2006-06-20 23:45:45 0000 -------
Fixed in 1.21.8 with X USE flag to make xsel optional!