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: app-crypt/libmd/
Date: Tue, 21 Sep 2021 08:47:57
Message-Id: 1632213990.10d58aba48b0eb8e7b140913ae4de3f88c5f6af6.chewi@gentoo
1 commit: 10d58aba48b0eb8e7b140913ae4de3f88c5f6af6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 08:46:30 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 08:46:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d58aba
7
8 app-crypt/libmd: Keyword 1.0.3-r2 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-crypt/libmd/libmd-1.0.3-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/libmd/libmd-1.0.3-r2.ebuild b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
18 index 88ad43e9af5..fc1811f2948 100644
19 --- a/app-crypt/libmd/libmd-1.0.3-r2.ebuild
20 +++ b/app-crypt/libmd/libmd-1.0.3-r2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz"
22
23 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
27
28 PATCHES=( "${FILESDIR}"/${P}-out-of-source.patch )