diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-23 16:41:52 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-23 16:41:52 +0000 |
commit | a45dd97a4a7300a30cef2463101e670af0b77237 (patch) | |
tree | 4e6fa499ad5e7bc975c93a5f23480aef541bff89 /eclass | |
parent | fix Manifest (diff) | |
download | historical-a45dd97a4a7300a30cef2463101e670af0b77237.tar.gz historical-a45dd97a4a7300a30cef2463101e670af0b77237.tar.bz2 historical-a45dd97a4a7300a30cef2463101e670af0b77237.zip |
Move mkfontscale and mkfontdir into RDEPEND from DEPEND; they're used in pkg_* so need RDEPEND for binary packages. Reported by Michael Frank <mhf@users.berlios.de>.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 378f10ee472e..c5c96025541e 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.35 2005/12/23 08:28:00 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.36 2005/12/23 16:41:52 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -67,8 +67,7 @@ if [[ "${PN/#font-}" != "${PN}" ]] \ FONT="yes" RDEPEND="${RDEPEND} - media-fonts/encodings" - DEPEND="${DEPEND} + media-fonts/encodings x11-apps/mkfontscale x11-apps/mkfontdir" PDEPEND="${PDEPEND} |