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 1IY8WG-0007yK-NO for garchives@archives.gentoo.org; Wed, 19 Sep 2007 22:59:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8JMpt6H031345; Wed, 19 Sep 2007 22:51:55 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8JMpr8i031339 for ; Wed, 19 Sep 2007 22:51:54 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 141A46530F for ; Wed, 19 Sep 2007 22:51:53 +0000 (UTC) Received: from pylon by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IY8Oe-0006DH-GP for gentoo-commits@lists.gentoo.org; Wed, 19 Sep 2007 22:51:52 +0000 From: "Lars Weiler (pylon)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/git: ChangeLog git-1.5.2.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog git-1.5.2.5.ebuild X-VCS-Directories: dev-util/git X-VCS-Committer: pylon X-VCS-Committer-Name: Lars Weiler Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Lars Weiler Date: Wed, 19 Sep 2007 22:51:52 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: 8013408f-0648-4a01-82a9-9890e377caae X-Archives-Hash: 2f43079c15c33b5cf0be4446cd079f68 pylon 07/09/19 22:51:52 Modified: ChangeLog git-1.5.2.5.ebuild Log: Stable on ppc; bug #193113. (Portage version: 2.1.3.9) Revision Changes Path 1.219 dev-util/git/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.219&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.219&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?r1=1.218&r2=1.219 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -u -r1.218 -r1.219 --- ChangeLog 19 Sep 2007 20:55:25 -0000 1.218 +++ ChangeLog 19 Sep 2007 22:51:52 -0000 1.219 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.218 2007/09/19 20:55:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.219 2007/09/19 22:51:52 pylon Exp $ + + 19 Sep 2007; Lars Weiler git-1.5.2.5.ebuild: + Stable on ppc; bug #193113. 19 Sep 2007; Markus Meier git-1.5.2.5.ebuild: x86 stable, bug #193113 1.3 dev-util/git/git-1.5.2.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild?r1=1.2&r2=1.3 Index: git-1.5.2.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- git-1.5.2.5.ebuild 19 Sep 2007 20:55:25 -0000 1.2 +++ git-1.5.2.5.ebuild 19 Sep 2007 22:51:52 -0000 1.3 @@ -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/dev-util/git/git-1.5.2.5.ebuild,v 1.2 2007/09/19 20:55:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild,v 1.3 2007/09/19 22:51:52 pylon Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="curl doc elibc_uclibc emacs gtk mozsha1 perl ppcsha1 tk webdav" DEPEND="dev-libs/openssl -- gentoo-commits@gentoo.org mailing list