Bug 150872 - media-libs/openal installs broken openal.pc
Bug#: 150872 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: wolf31o2@gentoo.org Reported By: sheldonh@starjuice.net
Component: Ebuilds
URL: 
Summary: media-libs/openal installs broken openal.pc
Keywords:  
Status Whiteboard: 
Opened: 2006-10-11 04:05 0000
Description:   Opened: 2006-10-11 04:05 0000
openal-0.0.8 and openal-0.0.8-r1 install a broken openal.pc files, which
includes the line:

Requires: @requirements@

This breaks the configure script of a package I'm writing an ebuild for.

------- Comment #1 From Paul Bredbury 2006-10-11 06:19:08 0000 -------
Created an attachment (id=99358) [details]
openal-0.0.8-r1.diff

From
http://changelogs.ubuntu.com/changelogs/pool/universe/o/openal/openal_0.0.8-1ubuntu1/changelog

* admin/pkgconfig/openal.pc.in: drop @requirements@. This variable got
    forgot to be substituted

And in the diff: 
http://archive.ubuntu.com/ubuntu/pool/universe/o/openal/openal_0.0.8-1ubuntu1.diff.gz

-Requires: @requirements@

Here's the ebuild patch to remove that line.

------- Comment #2 From Chris Gianelloni (RETIRED) 2006-10-13 09:32:04 0000 -------
Fixed in CVS... thanks for the patch, Paul.