From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQQFB-0000vT-OC for garchives@archives.gentoo.org; Tue, 15 Nov 2011 21:08:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15EE921C02F; Tue, 15 Nov 2011 21:08:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CB45421C02F for ; Tue, 15 Nov 2011 21:08:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A3291B402D for ; Tue, 15 Nov 2011 21:08:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 0CA0A2004B; Tue, 15 Nov 2011 21:08:28 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/mftrace: mftrace-1.2.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mftrace-1.2.17.ebuild ChangeLog X-VCS-Directories: app-text/mftrace X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20111115210828.0CA0A2004B@flycatcher.gentoo.org> Date: Tue, 15 Nov 2011 21:08:28 +0000 (UTC) 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: 0aba5d5e-b52e-4de0-bfa6-0e081cb227a1 X-Archives-Hash: cfd07d198e6759ce138423399ec8b5ca radhermit 11/11/15 21:08:28 Modified: mftrace-1.2.17.ebuild ChangeLog Log: Fix deps. =20 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64) Revision Changes Path 1.4 app-text/mftrace/mftrace-1.2.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?r1=3D1.3&r2=3D1.4 Index: mftrace-1.2.17.ebuild =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/app-text/mftrace/mftrace-1.2.17.ebuild,= v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mftrace-1.2.17.ebuild 15 Nov 2011 21:02:31 -0000 1.3 +++ mftrace-1.2.17.ebuild 15 Nov 2011 21:08:27 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuil= d,v 1.3 2011/11/15 21:02:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuil= d,v 1.4 2011/11/15 21:08:27 radhermit Exp $ =20 EAPI=3D"4" PYTHON_DEPEND=3D"2" @@ -16,11 +16,11 @@ SLOT=3D"1" IUSE=3D"test truetype" =20 -RDEPEND=3D"virtual/latex-base - >=3Dapp-text/t1utils-1.25 - truetype? ( media-gfx/fontforge )" -DEPEND=3D"${RDEPEND} +RDEPEND=3D">=3Dapp-text/t1utils-1.25 || ( media-gfx/potrace >=3Dmedia-gfx/autotrace-0.30 ) + truetype? ( media-gfx/fontforge ) + virtual/latex-base" +DEPEND=3D"${RDEPEND} test? ( media-gfx/fontforge )" =20 pkg_setup() { 1.61 app-text/mftrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?rev=3D1.61&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?rev=3D1.61&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?r1=3D1.60&r2=3D1.61 Index: ChangeLog =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/app-text/mftrace/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 15 Nov 2011 21:02:31 -0000 1.60 +++ ChangeLog 15 Nov 2011 21:08:27 -0000 1.61 @@ -1,6 +1,9 @@ # ChangeLog for app-text/mftrace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.60 201= 1/11/15 21:02:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.61 201= 1/11/15 21:08:27 radhermit Exp $ + + 15 Nov 2011; Tim Harder mftrace-1.2.17.ebuild: + Fix deps. =20 15 Nov 2011; Tim Harder mftrace-1.2.17.ebuild: Use multi-line econf invocation.