From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BCCD81381F4 for ; Mon, 13 Aug 2012 21:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94BF8E081B; Mon, 13 Aug 2012 21:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65508E081B for ; Mon, 13 Aug 2012 21:11:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD7981B400A for ; Mon, 13 Aug 2012 21:11:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 80DCF2004B; Mon, 13 Aug 2012 21:11:23 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/lua: ChangeLog lua-5.1.4-r8.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog lua-5.1.4-r8.ebuild X-VCS-Directories: dev-lang/lua X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120813211123.80DCF2004B@flycatcher.gentoo.org> Date: Mon, 13 Aug 2012 21:11:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db001bb4-161c-40dd-b338-b6cb0efc92fd X-Archives-Hash: 41dce10aa50b7518c4dcb7617a558033 blueness 12/08/13 21:11:23 Modified: ChangeLog lua-5.1.4-r8.ebuild Log: Stable arm, bug #430752 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.166 dev-lang/lua/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/ChangeLog?rev=1.166&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/ChangeLog?rev=1.166&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/ChangeLog?r1=1.165&r2=1.166 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- ChangeLog 13 Aug 2012 21:07:46 -0000 1.165 +++ ChangeLog 13 Aug 2012 21:11:23 -0000 1.166 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/lua # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.165 2012/08/13 21:07:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.166 2012/08/13 21:11:23 blueness Exp $ + + 13 Aug 2012; Anthony G. Basile lua-5.1.4-r8.ebuild: + Stable arm, bug #430752 13 Aug 2012; Anthony G. Basile lua-5.1.4-r8.ebuild: Stable ppc64, bug #430752 1.5 dev-lang/lua/lua-5.1.4-r8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild?r1=1.4&r2=1.5 Index: lua-5.1.4-r8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lua-5.1.4-r8.ebuild 13 Aug 2012 21:07:46 -0000 1.4 +++ lua-5.1.4-r8.ebuild 13 Aug 2012 21:11:23 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild,v 1.4 2012/08/13 21:07:46 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4-r8.ebuild,v 1.5 2012/08/13 21:11:23 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ LICENSE="MIT" 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="+deprecated emacs readline static" RDEPEND="readline? ( sys-libs/readline )"