From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1091537-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47014138334 for <garchives@archives.gentoo.org>; Mon, 20 May 2019 19:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24025E0821; Mon, 20 May 2019 19:11:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09066E0821 for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 19:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BED8344C25 for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 19:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1064A5D7 for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 19:11:21 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1558379472.5d63f0691ea351534acd2bd26d534e8d93f33301.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dmalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild X-VCS-Directories: dev-libs/dmalloc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5d63f0691ea351534acd2bd26d534e8d93f33301 X-VCS-Branch: master Date: Mon, 20 May 2019 19:11:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cce72350-a881-4eb9-b973-5ebcdf0714f7 X-Archives-Hash: 559887be1c15ab2feaf044daa9c73ea8 commit: 5d63f0691ea351534acd2bd26d534e8d93f33301 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon May 20 19:10:53 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon May 20 19:11:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d63f069 dev-libs/dmalloc: arm64 stable Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild index 807dcee4cb1..db39b903e2d 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r6.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz" LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs threads" DEPEND="sys-apps/texinfo"