From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KVOXh-0006hA-Jz for garchives@archives.gentoo.org; Tue, 19 Aug 2008 10:34:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE27FE01B9; Tue, 19 Aug 2008 10:34:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A9CB7E01B9 for ; Tue, 19 Aug 2008 10:34:24 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E100166C80 for ; Tue, 19 Aug 2008 10:34:23 +0000 (UTC) Received: from pva by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KVOXe-0004DS-Mb for gentoo-commits@lists.gentoo.org; Tue, 19 Aug 2008 10:34:22 +0000 From: "Peter Volkov (pva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: font.eclass X-VCS-Directories: eclass X-VCS-Committer: pva X-VCS-Committer-Name: Peter Volkov Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Volkov Date: Tue, 19 Aug 2008 10:34:22 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a7f6e68d-8434-4e97-be60-dd49085cce65 X-Archives-Hash: a0513a52b62d85c6080d3d6c9ac930f6 pva 08/08/19 10:34:22 Modified: font.eclass Log: Added media-fonts/encodings into DEPEND as it's required for x11-apps/m= kfontdir to work correctly. Revision Changes Path 1.39 eclass/font.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass= ?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass= ?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass= ?r1=3D1.38&r2=3D1.39 Index: font.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- font.eclass 21 Jun 2008 06:12:45 -0000 1.38 +++ font.eclass 19 Aug 2008 10:34:22 -0000 1.39 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.38 2008/06/21 = 06:12:45 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.39 2008/08/19 = 10:34:22 pva Exp $ =20 # @ECLASS: font.eclass # @MAINTAINER: @@ -47,7 +47,8 @@ =20 IUSE=3D"X" =20 -DEPEND=3D"X? ( x11-apps/mkfontdir ) +DEPEND=3D"X? ( x11-apps/mkfontdir=20 + media-fonts/encodings ) media-libs/fontconfig" =20 #