From: David Seifert Date: Mon, 10 Feb 2020 14:29:45 +0000 (+0100) Subject: dev-libs/dmalloc: Mark arm64 stable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0e2a63f863aaa4be8978416c48e32044366fb6c5;p=gentoo.git dev-libs/dmalloc: Mark arm64 stable Closes: https://bugs.gentoo.org/702404 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Acked-by: Jory Pratt Signed-off-by: David Seifert --- diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild index bda4a27d0c9e..16b4911b2230 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz" LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="static-libs threads" DEPEND="sys-apps/texinfo"