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 B3BF61381F3 for ; Mon, 20 May 2013 17:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CE9AE07C5; Mon, 20 May 2013 17:56:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D87CE07C5 for ; Mon, 20 May 2013 17:56:22 +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 A809B33E446 for ; Mon, 20 May 2013 17:56:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 71D2A2171D; Mon, 20 May 2013 17:56:20 +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 sys-apps/baselayout: baselayout-2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: baselayout-2.2.ebuild ChangeLog X-VCS-Directories: sys-apps/baselayout X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130520175620.71D2A2171D@flycatcher.gentoo.org> Date: Mon, 20 May 2013 17:56:20 +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: f43f341d-80e7-4c52-84aa-b39337442d0b X-Archives-Hash: e0eb3440b179549e860f9c9b158064f2 ago 13/05/20 17:56:20 Modified: baselayout-2.2.ebuild ChangeLog Log: Stable for s390, wrt bug #455872 (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F) Revision Changes Path 1.14 sys-apps/baselayout/baselayout-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild?r1=1.13&r2=1.14 Index: baselayout-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- baselayout-2.2.ebuild 1 May 2013 11:09:08 -0000 1.13 +++ baselayout-2.2.ebuild 20 May 2013 17:56:20 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild,v 1.13 2013/05/01 11:09:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.2.ebuild,v 1.14 2013/05/20 17:56:20 ago Exp $ inherit eutils multilib @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="build kernel_linux" PDEPEND="sys-apps/openrc" 1.542 sys-apps/baselayout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/ChangeLog?rev=1.542&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/ChangeLog?rev=1.542&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/ChangeLog?r1=1.541&r2=1.542 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v retrieving revision 1.541 retrieving revision 1.542 diff -u -r1.541 -r1.542 --- ChangeLog 11 May 2013 16:17:29 -0000 1.541 +++ ChangeLog 20 May 2013 17:56:20 -0000 1.542 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/baselayout # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.541 2013/05/11 16:17:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.542 2013/05/20 17:56:20 ago Exp $ + + 20 May 2013; Agostino Sarubbo baselayout-2.2.ebuild: + Stable for s390, wrt bug #455872 01 May 2013; Agostino Sarubbo baselayout-2.2.ebuild: Stable for sh, wrt bug #455872