Bug 77103 - skim asks for mcopidl, with USE="-arts"
Bug#: 77103 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: cjk@gentoo.org Reported By: kunxi@msn.com
Component: Ebuilds
URL: 
Summary: skim asks for mcopidl, with USE="-arts"
Keywords:  
Status Whiteboard: 
Opened: 2005-01-07 19:56 0000
Description:   Opened: 2005-01-07 19:56 0000
When skim is emerged with USE="-arts" like:
# USE="-arts" emerge skim

The configure script complains that :

......
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly or use
--without-arts to compile without aRts support (this will remove functionality).


Reproducible: Always
Steps to Reproduce:
1. # USE="-arts" emerge skim




It's easy to fix this problem, just change the line 22 of skim-1.0.2.ebuild 
from  
    econf   || die 
to: 
    econf `use_with arts`  || die

------- Comment #1 From Kun Xi 2005-01-07 19:59:14 0000 -------
Created an attachment (id=47914) [details]
Updated skim-1.0.2.ebuild for your convenience

------- Comment #2 From Francisco 2005-01-24 15:47:26 0000 -------
I think the problem is that the ebuild lacks "arts" USE flag option at all.
Please see: http://bugs.gentoo.org/show_bug.cgi?id=79395

------- Comment #3 From Mamoru KOMACHI (RETIRED) 2005-02-04 22:41:57 0000 -------
*** Bug 79395 has been marked as a duplicate of this bug. ***

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2005-02-04 22:52:31 0000 -------
Sorry for the delay. This is fixed in CVS now.
Thanks for the bug report.