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 1IhR4V-0006XA-E7 for garchives@archives.gentoo.org; Mon, 15 Oct 2007 14:37:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9FERJb8024886; Mon, 15 Oct 2007 14:27:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9FERID2024881 for ; Mon, 15 Oct 2007 14:27:19 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 885076509F for ; Mon, 15 Oct 2007 14:27:18 +0000 (UTC) Received: from corsair by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IhQub-0006Qt-Kw for gentoo-commits@lists.gentoo.org; Mon, 15 Oct 2007 14:27:17 +0000 From: "Markus Rothe (corsair)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, corsair@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/quilt: ChangeLog quilt-0.46.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog quilt-0.46.ebuild X-VCS-Directories: dev-util/quilt X-VCS-Committer: corsair X-VCS-Committer-Name: Markus Rothe Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Rothe Date: Mon, 15 Oct 2007 14:27:17 +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: f57daeb6-45a1-4fd6-8a70-afc75473cd65 X-Archives-Hash: 1e24072d3fbdbd0fd763809936aa40a5 corsair 07/10/15 14:27:17 Modified: ChangeLog quilt-0.46.ebuild Log: Stable on ppc64 (Portage version: 2.1.3.9) Revision Changes Path 1.32 dev-util/quilt/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 28 Aug 2007 16:42:34 -0000 1.31 +++ ChangeLog 15 Oct 2007 14:27:17 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.31 2007/08/28 16:42:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.32 2007/10/15 14:27:17 corsair Exp $ + + 15 Oct 2007; Markus Rothe quilt-0.46.ebuild: + Stable on ppc64 28 Aug 2007; nixnut quilt-0.46.ebuild: Stable on ppc wrt bug 190151 1.11 dev-util/quilt/quilt-0.46.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild?r1=1.10&r2=1.11 Index: quilt-0.46.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- quilt-0.46.ebuild 28 Aug 2007 16:42:34 -0000 1.10 +++ quilt-0.46.ebuild 15 Oct 2007 14:27:17 -0000 1.11 @@ -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/quilt/quilt-0.46.ebuild,v 1.10 2007/08/28 16:42:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.11 2007/10/15 14:27:17 corsair Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="graphviz" RDEPEND="sys-apps/ed -- gentoo-commits@gentoo.org mailing list