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 1MA763-0003zj-72 for garchives@archives.gentoo.org; Fri, 29 May 2009 18:46:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63438E01F3; Fri, 29 May 2009 18:46:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 45C99E01F3 for ; Fri, 29 May 2009 18:46:25 +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 DC999665B6 for ; Fri, 29 May 2009 18:46:24 +0000 (UTC) Received: from beandog by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MA760-0005B5-CB for gentoo-commits@lists.gentoo.org; Fri, 29 May 2009 18:46:24 +0000 From: "Steve Dibb (beandog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, beandog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: sword-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: sword-module.eclass X-VCS-Directories: eclass X-VCS-Committer: beandog X-VCS-Committer-Name: Steve Dibb Content-Type: text/plain; charset=utf8 Message-Id: Sender: Steve Dibb Date: Fri, 29 May 2009 18:46:24 +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: 52d3676c-d76b-4d92-a232-92ce0794bf15 X-Archives-Hash: 271a1aa5faf4b8b9a7965def06414716 beandog 09/05/29 18:46:24 Modified: sword-module.eclass Log: Update sword-module deps, bug 261514 Revision Changes Path 1.2 eclass/sword-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-modul= e.eclass?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-modul= e.eclass?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/sword-modul= e.eclass?r1=3D1.1&r2=3D1.2 Index: sword-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/sword-module.eclass,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sword-module.eclass 23 Feb 2008 17:09:47 -0000 1.1 +++ sword-module.eclass 29 May 2009 18:46:24 -0000 1.2 @@ -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/sword-module.eclass,v 1.1 2008= /02/23 17:09:47 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/sword-module.eclass,v 1.2 2009= /05/29 18:46:24 beandog Exp $ =20 # # eclass to simplify installation of Sword modules @@ -21,8 +21,7 @@ =20 S=3D"${WORKDIR}" =20 -RDEPEND=3D"app-text/sword - !app-text/sword-modules" +RDEPEND=3D"app-text/sword" DEPEND=3D"app-arch/unzip" =20 sword-module_src_install() {