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-util/conf2struct/
Date: Tue, 21 Sep 2021 22:29:22
Message-Id: 1632263327.0f1bfdeaad5666fff6e2fa0322380ad46223331f.chewi@gentoo
1 commit: 0f1bfdeaad5666fff6e2fa0322380ad46223331f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 22:26:57 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 22:28:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1bfdea
7
8 dev-util/conf2struct: Keyword 1.5 for ~m68k
9
10 Closes: https://bugs.gentoo.org/689340
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-util/conf2struct/conf2struct-1.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild
17 index a235bcf015e..93e51c2b256 100644
18 --- a/dev-util/conf2struct/conf2struct-1.5.ebuild
19 +++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
21 EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~amd64 -mips ~s390 ~x86"
25 + KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
26 SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi