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 18392138A87 for ; Mon, 23 Feb 2015 11:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 676DFE086B; Mon, 23 Feb 2015 11:18:55 +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 E13D7E086B for ; Mon, 23 Feb 2015 11:18:54 +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 02F6D340CFE for ; Mon, 23 Feb 2015 11:18:54 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id CBC1912602; Mon, 23 Feb 2015 11:18:51 +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-util/debhelper: debhelper-9.20150101.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: debhelper-9.20150101.ebuild ChangeLog X-VCS-Directories: dev-util/debhelper X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150223111851.CBC1912602@oystercatcher.gentoo.org> Date: Mon, 23 Feb 2015 11:18:51 +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: ce036e66-4388-4e72-aba3-bd51f8e2d20a X-Archives-Hash: 4471554cf6d43e4a3bc382b11f1e8350 ago 15/02/23 11:18:51 Modified: debhelper-9.20150101.ebuild ChangeLog Log: Stable for ppc64, wrt bug #539646 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.6 dev-util/debhelper/debhelper-9.20150101.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild?r1=1.5&r2=1.6 Index: debhelper-9.20150101.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- debhelper-9.20150101.ebuild 21 Feb 2015 12:28:06 -0000 1.5 +++ debhelper-9.20150101.ebuild 23 Feb 2015 11:18:51 -0000 1.6 @@ -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-util/debhelper/debhelper-9.20150101.ebuild,v 1.5 2015/02/21 12:28:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild,v 1.6 2015/02/23 11:18:51 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="test" DH_LINGUAS=( de es fr ) IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" 1.120 dev-util/debhelper/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debhelper/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 21 Feb 2015 12:28:06 -0000 1.119 +++ ChangeLog 23 Feb 2015 11:18:51 -0000 1.120 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/debhelper # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.119 2015/02/21 12:28:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.120 2015/02/23 11:18:51 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo debhelper-9.20150101.ebuild: + Stable for ppc64, wrt bug #539646 21 Feb 2015; Agostino Sarubbo debhelper-9.20150101.ebuild: Stable for ppc, wrt bug #539646