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 1MdfpH-0005sl-CM for garchives@archives.gentoo.org; Wed, 19 Aug 2009 07:43:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB222E030B; Wed, 19 Aug 2009 07:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CDD8FE030B for ; Wed, 19 Aug 2009 07:43:18 +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 42157643A0 for ; Wed, 19 Aug 2009 07:43:18 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MdfpI-0002pt-T8 for gentoo-commits@lists.gentoo.org; Wed, 19 Aug 2009 07:43:20 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-module.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alexis Ballier Date: Wed, 19 Aug 2009 07:43:20 +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: ce81b572-e7da-4152-ab29-afe538691231 X-Archives-Hash: 4f1203a18b00c196437279c32139074e aballier 09/08/19 07:43:20 Modified: texlive-module.eclass Log: Update lzma deps to allow xz-utils too, bug #279871 Revision Changes Path 1.25 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.24&r2=3D1.25 Index: texlive-module.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/texlive-module.eclass,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- texlive-module.eclass 14 Aug 2009 11:52:38 -0000 1.24 +++ texlive-module.eclass 19 Aug 2009 07:43:20 -0000 1.25 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.24 2= 009/08/14 11:52:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.25 2= 009/08/19 07:43:20 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -59,7 +59,7 @@ SRC_URI=3D"${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzm= a" done DEPEND=3D"${COMMON_DEPEND} - app-arch/lzma-utils" + || ( app-arch/xz-utils app-arch/lzma-utils )" IUSE=3D"${IUSE} source" =20 # Forge doc SRC_URI