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 1Ib3KW-0000Ox-Br for garchives@archives.gentoo.org; Fri, 28 Sep 2007 00:03:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l8RNt6LJ016158; Thu, 27 Sep 2007 23:55:06 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 l8RNt5pr016147 for ; Thu, 27 Sep 2007 23:55:06 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 4E3C565504 for ; Thu, 27 Sep 2007 23:55:05 +0000 (UTC) Received: from ranger by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Ib3CC-000842-En for gentoo-commits@lists.gentoo.org; Thu, 27 Sep 2007 23:55:04 +0000 From: "Brent Baude (ranger)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ranger@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-5.2_p7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: readline-5.2_p7.ebuild ChangeLog X-VCS-Directories: sys-libs/readline X-VCS-Committer: ranger X-VCS-Committer-Name: Brent Baude Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Brent Baude Date: Thu, 27 Sep 2007 23:55:04 +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: 28c42654-7eb5-4175-a9f1-875b08447b9b X-Archives-Hash: 33416c91a98fbacf9e83fa4dacaec29c ranger 07/09/27 23:55:04 Modified: readline-5.2_p7.ebuild ChangeLog Log: Marking readline-5.2_p7 ppc64 for 194013 (Portage version: 2.1.3.9) Revision Changes Path 1.2 sys-libs/readline/readline-5.2_p7.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-5.2_p7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-5.2_p7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-5.2_p7.ebuild?r1=1.1&r2=1.2 Index: readline-5.2_p7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- readline-5.2_p7.ebuild 24 Aug 2007 21:03:39 -0000 1.1 +++ readline-5.2_p7.ebuild 27 Sep 2007 23:55:03 -0000 1.2 @@ -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/sys-libs/readline/readline-5.2_p7.ebuild,v 1.1 2007/08/24 21:03:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.2_p7.ebuild,v 1.2 2007/09/27 23:55:03 ranger Exp $ inherit eutils multilib toolchain-funcs flag-o-matic @@ -22,7 +22,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" # We must be certain that we have a bash that is linked 1.102 sys-libs/readline/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 24 Aug 2007 21:03:39 -0000 1.101 +++ ChangeLog 27 Sep 2007 23:55:03 -0000 1.102 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.101 2007/08/24 21:03:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.102 2007/09/27 23:55:03 ranger Exp $ + + 27 Sep 2007; Brent Baude readline-5.2_p7.ebuild: + Marking readline-5.2_p7 ppc64 for 194013 *readline-5.2_p7 (24 Aug 2007) -- gentoo-commits@gentoo.org mailing list