Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtester/
Date: Thu, 13 May 2021 17:53:46
Message-Id: 1620928408.351391d86f1bf5e65432e81f6330d4b8485b0b5f.sam@gentoo
1 commit: 351391d86f1bf5e65432e81f6330d4b8485b0b5f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 17:53:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 17:53:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351391d8
7
8 sys-apps/memtester: Stabilize 4.5.0 ppc, #789852
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/memtester/memtester-4.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/memtester/memtester-4.5.0.ebuild b/sys-apps/memtester/memtester-4.5.0.ebuild
16 index d30b3261c24..a8cd10c2891 100644
17 --- a/sys-apps/memtester/memtester-4.5.0.ebuild
18 +++ b/sys-apps/memtester/memtester-4.5.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86"
25
26 src_configure() {
27 echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -DPOSIX -c" > conf-cc || die