diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-21 23:26:57 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-21 23:28:47 +0100 |
commit | 0f1bfdeaad5666fff6e2fa0322380ad46223331f (patch) | |
tree | 3c8b668a2970aeba95e7f871185e571ded99cf0e /dev-util/conf2struct | |
parent | profiles: Mask dev-python/{distlib,virtualenv}[test] on ~m68k (diff) | |
download | gentoo-0f1bfdeaad5666fff6e2fa0322380ad46223331f.tar.gz gentoo-0f1bfdeaad5666fff6e2fa0322380ad46223331f.tar.bz2 gentoo-0f1bfdeaad5666fff6e2fa0322380ad46223331f.zip |
dev-util/conf2struct: Keyword 1.5 for ~m68k
Closes: https://bugs.gentoo.org/689340
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-util/conf2struct')
-rw-r--r-- | dev-util/conf2struct/conf2struct-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild index a235bcf015e5..93e51c2b256b 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 -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 |