diff options
author | David Seifert <soap@gentoo.org> | 2020-02-10 15:29:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-10 15:29:45 +0100 |
commit | 0e2a63f863aaa4be8978416c48e32044366fb6c5 (patch) | |
tree | bfc08dce1a6c487868c65f71675c88b7b05bbbb9 /dev-libs/dmalloc | |
parent | x11-libs/libGLw: [QA] Fix MissingUseDepDefault (diff) | |
download | gentoo-0e2a63f863aaa4be8978416c48e32044366fb6c5.tar.gz gentoo-0e2a63f863aaa4be8978416c48e32044366fb6c5.tar.bz2 gentoo-0e2a63f863aaa4be8978416c48e32044366fb6c5.zip |
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 <anarchy@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |