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: 1632263330.3e3311c6f4e958e8a96aecfdbc9375b830ca0d90.chewi@gentoo
1 commit: 3e3311c6f4e958e8a96aecfdbc9375b830ca0d90
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 22:28:01 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 22:28:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3311c6
7
8 dev-util/conf2struct: Correct ~mips keyword
9
10 It was added as -mips by mistake.
11
12 Bug: https://bugs.gentoo.org/689340
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 2 +-
16 dev-util/conf2struct/conf2struct-1.5.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
20 index a235bcf015e..736fd4c6f1b 100644
21 --- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
22 +++ b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
23 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
24 EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
25 inherit git-r3
26 else
27 - KEYWORDS="~amd64 -mips ~s390 ~x86"
28 + KEYWORDS="~amd64 ~mips ~s390 ~x86"
29 SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 fi
31
32
33 diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild
34 index 93e51c2b256..0065754b077 100644
35 --- a/dev-util/conf2struct/conf2struct-1.5.ebuild
36 +++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
37 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
38 EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
39 inherit git-r3
40 else
41 - KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
42 + KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86"
43 SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 fi