diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 16:41:52 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 16:41:52 +0000 |
commit | 97bf6b44d8cb63aede370109267acd87285773f1 (patch) | |
tree | 68b5d8db61b0024c99854ed484d5816c27dbf420 /eclass/x-modular.eclass | |
parent | fix Manifest (diff) | |
download | gentoo-2-97bf6b44d8cb63aede370109267acd87285773f1.tar.gz gentoo-2-97bf6b44d8cb63aede370109267acd87285773f1.tar.bz2 gentoo-2-97bf6b44d8cb63aede370109267acd87285773f1.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/x-modular.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} |