Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 445130 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +18 lines)
Line  Link Here
0
-- devmanual/ebuild-writing/common-mistakes/text.xml
0
++ devmanual/ebuild-writing/common-mistakes/text.xml
Lines 349-354 Link Here
349
</body>
349
</body>
350
</subsection>
350
</subsection>
351
351
352
<subsection>
353
<title>Modifying/Adding/Renaming pkgconfig files</title>
354
<body>
355
356
<p>
357
Pkgconfig files (foo.pc) are common interfaces to standardize access to libraries
358
across distros. It is important that these are never modified, created or renamed
359
anywhere except upstream. Report bugs, write patches and send them upstream, but
360
don't mess with them in your ebuild unless it's a trivial (like adding libsuffix)
361
or unavoidable fix.</p>
362
<p>
363
Ignoring this policy can result in breakage for other distros and also breaks
364
the purpose of this interface, cause it is not reliable anymore.
365
</p>
366
</body>
367
</subsection>
368
352
</body>
369
</body>
353
</section>
370
</section>
354
371

Return to bug 445130