Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dmalloc/
Date: Mon, 10 Feb 2020 14:30:22
Message-Id: 1581344985.0e2a63f863aaa4be8978416c48e32044366fb6c5.soap@gentoo
1 commit: 0e2a63f863aaa4be8978416c48e32044366fb6c5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 14:29:45 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 14:29:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2a63f8
7
8 dev-libs/dmalloc: Mark arm64 stable
9
10 Closes: https://bugs.gentoo.org/702404
11 Package-Manager: Portage-2.3.88, Repoman-2.3.20
12 Acked-by: Jory Pratt <anarchy <AT> gentoo.org>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
19 index bda4a27d0c9..16b4911b223 100644
20 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
21 +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -10,7 +10,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz"
29
30 LICENSE="CC-BY-SA-3.0"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
33 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
34 IUSE="static-libs threads"
35
36 DEPEND="sys-apps/texinfo"