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 6E0A8138A1F for ; Sun, 20 Apr 2014 11:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059ECE09B1; Sun, 20 Apr 2014 11:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B190E09B1 for ; Sun, 20 Apr 2014 11:27:38 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7987533FDEF for ; Sun, 20 Apr 2014 11:27:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id B02752004B; Sun, 20 Apr 2014 11:27:35 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in virtual/libffi: libffi-3.0.13-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libffi-3.0.13-r1.ebuild ChangeLog X-VCS-Directories: virtual/libffi X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140420112735.B02752004B@flycatcher.gentoo.org> Date: Sun, 20 Apr 2014 11:27:35 +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: e080e949-207c-45e3-a822-f74de0239148 X-Archives-Hash: 0e56a1f36b2e364657f378725faedb57 ago 14/04/20 11:27:35 Modified: libffi-3.0.13-r1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #497760 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.11 virtual/libffi/libffi-3.0.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild?r1=1.10&r2=1.11 Index: libffi-3.0.13-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libffi-3.0.13-r1.ebuild 13 Apr 2014 16:18:01 -0000 1.10 +++ libffi-3.0.13-r1.ebuild 20 Apr 2014 11:27:35 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.10 2014/04/13 16:18:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.13-r1.ebuild,v 1.11 2014/04/20 11:27:35 ago Exp $ # The purpose of this ebuild is to provide quick fallback if and when we need to # switch back to internal copy of libffi from sys-devel/gcc. @@ -15,7 +15,7 @@ LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/libffi-3.0.13-r1[${MULTILIB_USEDEP}]" 1.41 virtual/libffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libffi/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 13 Apr 2014 16:18:01 -0000 1.40 +++ ChangeLog 20 Apr 2014 11:27:35 -0000 1.41 @@ -1,6 +1,9 @@ # ChangeLog for virtual/libffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.40 2014/04/13 16:18:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.41 2014/04/20 11:27:35 ago Exp $ + + 20 Apr 2014; Agostino Sarubbo libffi-3.0.13-r1.ebuild: + Stable for ppc64, wrt bug #497760 13 Apr 2014; Agostino Sarubbo libffi-3.0.13-r1.ebuild: Stable for ppc, wrt bug #497760