summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2021-09-21 23:28:01 +0100
committerJames Le Cuirot <chewi@gentoo.org>2021-09-21 23:28:50 +0100
commit3e3311c6f4e958e8a96aecfdbc9375b830ca0d90 (patch)
treebb76c3d552240b6264f766a5063148ede3f22d29 /dev-util/conf2struct/conf2struct-1.3-r1.ebuild
parentdev-util/conf2struct: Keyword 1.5 for ~m68k (diff)
downloadgentoo-3e3311c6f4e958e8a96aecfdbc9375b830ca0d90.tar.gz
gentoo-3e3311c6f4e958e8a96aecfdbc9375b830ca0d90.tar.bz2
gentoo-3e3311c6f4e958e8a96aecfdbc9375b830ca0d90.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/conf2struct/conf2struct-1.3-r1.ebuild')
-rw-r--r--dev-util/conf2struct/conf2struct-1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
index a235bcf015e5..736fd4c6f1b3 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