diff options
author | 2006-10-11 19:54:52 +0000 | |
---|---|---|
committer | 2006-10-11 19:54:52 +0000 | |
commit | e48be1e61c56931a60a029ef9174628abee598a7 (patch) | |
tree | 09f90de1b13e3e1b812ae3a16551c83fc786c372 /media-libs/fontconfig | |
parent | Adding fix for man directory from Bo Ørsted Andresen <bo.andresen@zlin.dk> i... (diff) | |
download | gentoo-2-e48be1e61c56931a60a029ef9174628abee598a7.tar.gz gentoo-2-e48be1e61c56931a60a029ef9174628abee598a7.tar.bz2 gentoo-2-e48be1e61c56931a60a029ef9174628abee598a7.zip |
Fix missing RDEPEND, bug #149879
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/fontconfig/ChangeLog b/media-libs/fontconfig/ChangeLog index ac0ab0563062..cad0e1703e84 100644 --- a/media-libs/fontconfig/ChangeLog +++ b/media-libs/fontconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/fontconfig # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.78 2006/09/26 21:50:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.79 2006/10/11 19:54:52 dsd Exp $ + + 11 Oct 2006; Daniel Drake <dsd@gentoo.org> fontconfig-2.3.2-r1.ebuild: + Fix missing RDEPEND, bug #149879 26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> fontconfig-2.3.2-r1.ebuild: diff --git a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild index 10eee3a374a0..348dbfaf08e2 100644 --- a/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.15 2006/09/26 21:50:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.3.2-r1.ebuild,v 1.16 2006/10/11 19:54:52 dsd Exp $ +WANT_AUTOMAKE=1.9 inherit eutils libtool autotools DESCRIPTION="A library for configuring and customizing font access" @@ -15,6 +16,8 @@ IUSE="doc" DEPEND=">=media-libs/freetype-2.1.4 >=dev-libs/expat-1.95.3" +# autotools.eclass RDEPEND overrides implicit DEPEND=RDEPEND +RDEPEND=${DEPEND} src_unpack() { unpack ${A} @@ -27,7 +30,6 @@ src_unpack() { # add docbook switch so we can disable it epatch "${FILESDIR}"/${P}-docbook.patch - export WANT_AUTOMAKE=1.9 eautoreconf # elibtoolize |