From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J7I7e-0000ws-R6 for garchives@archives.gentoo.org; Tue, 25 Dec 2007 22:19:39 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBPMJVAB013297; Tue, 25 Dec 2007 22:19:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBPMJUV9013289 for ; Tue, 25 Dec 2007 22:19:31 GMT 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 8173665D42 for ; Tue, 25 Dec 2007 22:19:30 +0000 (UTC) Received: from solar by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J7I7V-0003GC-AA for gentoo-commits@lists.gentoo.org; Tue, 25 Dec 2007 22:19:29 +0000 From: "Ned Ludd (solar)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, solar@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-fps/transfusion-bin: transfusion-bin-1.01.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: transfusion-bin-1.01.ebuild X-VCS-Directories: games-fps/transfusion-bin X-VCS-Committer: solar X-VCS-Committer-Name: Ned Ludd Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Ned Ludd Date: Tue, 25 Dec 2007 22:19:29 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: f0e84bad-9d41-4ec2-a792-2da8dd701cae X-Archives-Hash: b10c2e4e19317fb7caff84a92d9f923e solar 07/12/25 22:19:29 Modified: transfusion-bin-1.01.ebuild Log: - binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND (Portage version: 2.1.3.9) Revision Changes Path 1.14 games-fps/transfusion-bin/transfusion-bin-1.01.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild?r1=1.13&r2=1.14 Index: transfusion-bin-1.01.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- transfusion-bin-1.01.ebuild 28 Sep 2006 21:20:31 -0000 1.13 +++ transfusion-bin-1.01.ebuild 25 Dec 2007 22:19:28 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.13 2006/09/28 21:20:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.14 2007/12/25 22:19:28 solar Exp $ inherit eutils games @@ -17,7 +17,7 @@ IUSE="" RESTRICT="strip" -RDEPEND="" +RDEPEND="sys-libs/glibc" DEPEND="${RDEPEND} app-arch/unzip" -- gentoo-commits@gentoo.org mailing list