summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2021-09-21 16:17:45 -0400
committerCraig Andrews <candrews@gentoo.org>2021-09-21 16:18:23 -0400
commitf707fadc1188c3e1091588081cda5178cb500aa3 (patch)
treef145d29979895df924c7805d4916d462c2cf0f67 /dev-util/conf2struct/conf2struct-9999.ebuild
parentsys-apps/openrc: drop obsolete patch (diff)
downloadgentoo-f707fadc1188c3e1091588081cda5178cb500aa3.tar.gz
gentoo-f707fadc1188c3e1091588081cda5178cb500aa3.tar.bz2
gentoo-f707fadc1188c3e1091588081cda5178cb500aa3.zip
dev-util/conf2struct: 1.5 version bump
See: https://bugs.gentoo.org/798462 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-util/conf2struct/conf2struct-9999.ebuild')
-rw-r--r--dev-util/conf2struct/conf2struct-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index c39a24cd4004..a235bcf015e5 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~s390 ~x86"
+ KEYWORDS="~amd64 -mips ~s390 ~x86"
SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi