dev-util/conf2struct: Keyword 1.5 for ~m68k

Closes: https://bugs.gentoo.org/689340
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2021-09-21 23:26:57 +01:00
parent 2ba48f1de0
commit 0f1bfdeaad

View File

@@ -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 ~m68k -mips ~s390 ~x86"
SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi