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 CE9CA138C9D for ; Sun, 26 Apr 2015 14:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DA3DE0858; Sun, 26 Apr 2015 14:53:10 +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 D1820E0858 for ; Sun, 26 Apr 2015 14:53:09 +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 AE2E2340BED for ; Sun, 26 Apr 2015 14:53:08 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2342) id 1509A98A; Sun, 26 Apr 2015 14:53:03 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dmalloc: dmalloc-5.5.2-r6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dmalloc-5.5.2-r6.ebuild ChangeLog X-VCS-Directories: dev-libs/dmalloc X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150426145305.1509A98A@oystercatcher.gentoo.org> Date: Sun, 26 Apr 2015 14:53:03 +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: 6b43a53d-6d46-47f7-bd39-eb3623c01b29 X-Archives-Hash: 67410058e35179c4150afc6b5fcbfbb1 zlogene 15/04/26 14:53:03 Modified: dmalloc-5.5.2-r6.ebuild ChangeLog Log: amd64/x86 stable wrt bug #547248 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.4 dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild?r1=1.3&r2=1.4 Index: dmalloc-5.5.2-r6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dmalloc-5.5.2-r6.ebuild 22 Apr 2015 17:02:45 -0000 1.3 +++ dmalloc-5.5.2-r6.ebuild 26 Apr 2015 14:53:03 -0000 1.4 @@ -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-libs/dmalloc/dmalloc-5.5.2-r6.ebuild,v 1.3 2015/04/22 17:02:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild,v 1.4 2015/04/26 14:53:03 zlogene Exp $ EAPI=5 inherit autotools eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs threads" DEPEND="sys-apps/texinfo" 1.72 dev-libs/dmalloc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dmalloc/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 22 Apr 2015 17:02:45 -0000 1.71 +++ ChangeLog 26 Apr 2015 14:53:03 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dmalloc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.71 2015/04/22 17:02:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.72 2015/04/26 14:53:03 zlogene Exp $ + + 26 Apr 2015; Mikle Kolyada dmalloc-5.5.2-r6.ebuild: + amd64/x86 stable wrt bug #547248 22 Apr 2015; Jeroen Roovers dmalloc-5.5.2-r6.ebuild: Stable for PPC64 (bug #547248).