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:00:22
Message-Id: 1620925215.5e624d0cf6dbee56834c1e3074f49b622966335f.sam@gentoo
1 commit: 5e624d0cf6dbee56834c1e3074f49b622966335f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 17:00:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 17:00:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e624d0c
7
8 sys-apps/memtester: Stabilize 4.5.0 x86, #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 60ce8f48dc7..d30b3261c24 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