Bug 149879 - fontconfig implicit RDEPEND overwritten by eclass
Bug#: 149879 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: fonts@gentoo.org Reported By: dsd@gentoo.org
Component: Ebuilds
URL: 
Summary: fontconfig implicit RDEPEND overwritten by eclass
Keywords:  
Status Whiteboard: 
Opened: 2006-10-02 11:57 0000
Description:   Opened: 2006-10-02 11:57 0000
fontconfig should RDEPEND on freetype, there's no doubt about that, but as some
fontconfig versions (e.g. 2.3.2-r1, current stable) do not specify RDEPEND in
the ebuild, the implicit RDEPEND=DEPEND gets overwritten by autotools.eclass

Please fix the affected ebuilds, or give me the OK to do so, by adding:
RDEPEND=${DEPEND}

------- Comment #1 From Jakub Moc (RETIRED) 2006-10-03 01:22:03 0000 -------
On a side note, autotools.eclass is now fixed to not polute RDEPEND:

http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/autotools.eclass?r1=1.45&r2=1.46

------- Comment #2 From Joe Jezak 2006-10-04 23:04:13 0000 -------
When you do this, can you also move the WANT_AUTOMAKE to above the inherit line
so that the automake deps are added correctly?  As is, it won't pull in
automake-1.9 as required, so it fails on new installs where automake-1.9 isn't
present (at least it did here on ppc).

------- Comment #3 From Daniel Drake 2006-10-11 12:54:38 0000 -------
Committed. If this causes any problems, send em my way.