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 697CF138CD8 for ; Wed, 27 May 2015 13:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E0B3E08A5; Wed, 27 May 2015 13:06:02 +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 87F31E08A5 for ; Wed, 27 May 2015 13:06:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3433340E17 for ; Wed, 27 May 2015 13:06:00 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id A2FCEA09; Wed, 27 May 2015 13:05:59 +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 dev-db/mysql: mysql-5.6.24.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql-5.6.24.ebuild ChangeLog X-VCS-Directories: dev-db/mysql X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150527130559.A2FCEA09@oystercatcher.gentoo.org> Date: Wed, 27 May 2015 13:05:59 +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: 1d3671c2-e7fb-407f-a536-3c30117d1691 X-Archives-Hash: 8fbbab164767cb1c72ee974e567e3df7 ago 15/05/27 13:05:59 Modified: mysql-5.6.24.ebuild ChangeLog Log: Stable for arm, wrt bug #546722 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F) Revision Changes Path 1.10 dev-db/mysql/mysql-5.6.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild?r1=1.9&r2=1.10 Index: mysql-5.6.24.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mysql-5.6.24.ebuild 29 Apr 2015 09:13:23 -0000 1.9 +++ mysql-5.6.24.ebuild 27 May 2015 13:05:59 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild,v 1.9 2015/04/29 09:13:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild,v 1.10 2015/05/27 13:05:59 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' 1.737 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.737&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.737&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.736&r2=1.737 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.736 retrieving revision 1.737 diff -u -r1.736 -r1.737 --- ChangeLog 29 Apr 2015 09:13:23 -0000 1.736 +++ ChangeLog 27 May 2015 13:05:59 -0000 1.737 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.736 2015/04/29 09:13:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.737 2015/05/27 13:05:59 ago Exp $ + + 27 May 2015; Agostino Sarubbo mysql-5.6.24.ebuild: + Stable for arm, wrt bug #546722 29 Apr 2015; Agostino Sarubbo mysql-5.6.24.ebuild: Stable for ppc, wrt bug #546722