summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-26 11:55:01 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-26 11:59:29 +0100
commit690dd01941032f8a6fe67f0644c9a8ac876155ea (patch)
treed740fbaeebf718c5b996ec0cc95059a5b88046a7
parentsys-apps/bolt: x86 keyworded (bug #697860) (diff)
downloadgentoo-690dd019.tar.gz
gentoo-690dd019.tar.bz2
gentoo-690dd019.zip
dev-util/conf2struct: x86 keyworded (bug #689340)
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-util/conf2struct/conf2struct-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
index b853d93f1b86..f05ace485dcf 100644
--- a/dev-util/conf2struct/conf2struct-1.0.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
inherit git-r3
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi