Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/
Date: Sat, 09 Jul 2016 13:54:00
Message-Id: 1468072407.5c9d10a793c670dd5808bff87d72cd018cfaf9ab.mrueg@gentoo
1 commit: 5c9d10a793c670dd5808bff87d72cd018cfaf9ab
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 13:53:27 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 13:53:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d10a7
7
8 app-shells/thefuck: Keyword ~x86
9
10 Gentoo-Bug: #577556
11
12 Package-Manager: portage-2.3.0
13
14 app-shells/thefuck/thefuck-3.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-shells/thefuck/thefuck-3.10.ebuild b/app-shells/thefuck/thefuck-3.10.ebuild
18 index 15c70cf..b841c8c 100644
19 --- a/app-shells/thefuck/thefuck-3.10.ebuild
20 +++ b/app-shells/thefuck/thefuck-3.10.ebuild
21 @@ -10,7 +10,7 @@ inherit distutils-r1
22 DESCRIPTION="Magnificent app which corrects your previous console command"
23 HOMEPAGE="https://github.com/nvbn/thefuck"
24 SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 -KEYWORDS="~amd64"
26 +KEYWORDS="~amd64 ~x86"
27
28 LICENSE="MIT"
29 SLOT="0"