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
|
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
*** Bug 79395 has been marked as a duplicate of this bug. ***
Sorry for the delay. This is fixed in CVS now.
Thanks for the bug report.