commit:     3e3311c6f4e958e8a96aecfdbc9375b830ca0d90
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 22:28:01 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 22:28:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3311c6

dev-util/conf2struct: Correct ~mips keyword

It was added as -mips by mistake.

Bug: https://bugs.gentoo.org/689340
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 2 +-
 dev-util/conf2struct/conf2struct-1.5.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild 
b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
index a235bcf015e..736fd4c6f1b 100644
--- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git";
        inherit git-r3
 else
-       KEYWORDS="~amd64 -mips ~s390 ~x86"
+       KEYWORDS="~amd64 ~mips ~s390 ~x86"
        SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 

diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild 
b/dev-util/conf2struct/conf2struct-1.5.ebuild
index 93e51c2b256..0065754b077 100644
--- a/dev-util/conf2struct/conf2struct-1.5.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git";
        inherit git-r3
 else
-       KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
+       KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86"
        SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 

Reply via email to