Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
Date: Tue, 26 Nov 2019 10:59:47
Message-Id: 1574765969.690dd01941032f8a6fe67f0644c9a8ac876155ea.whissi@gentoo
1 commit: 690dd01941032f8a6fe67f0644c9a8ac876155ea
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 10:55:01 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 10:59:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690dd019
7
8 dev-util/conf2struct: x86 keyworded (bug #689340)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-util/conf2struct/conf2struct-1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
17 index b853d93f1b8..f05ace485dc 100644
18 --- a/dev-util/conf2struct/conf2struct-1.0.ebuild
19 +++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
21 EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~x86"
26 SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi