Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/
Date: Sat, 29 Jan 2022 14:29:38
Message-Id: 1643466554.5f4b233c72b5aef63c4346cbafc5cc8185d7faa9.chewi@gentoo
1 commit: 5f4b233c72b5aef63c4346cbafc5cc8185d7faa9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 14:12:45 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 14:29:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4b233c
7
8 dev-libs/libsodium: Keyword 1.0.18_p20210617 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild
18 index 959d0c871f7b..1abc44b5a010 100644
19 --- a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild
20 +++ b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -31,7 +31,7 @@ fi
28
29 LICENSE="ISC"
30 SLOT="0/23"
31 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
32 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
33 IUSE="+asm minimal static-libs +urandom"
34
35 CPU_USE=( cpu_flags_x86_{aes,sse4_1} )