Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Wed, 28 Feb 2018 22:22:11
Message-Id: 1519856514.3e9f6e0c8de7ffcf2d0e3b1244243b0cc515d53c.mgorny@gentoo
1 commit: 3e9f6e0c8de7ffcf2d0e3b1244243b0cc515d53c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 22:19:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 22:21:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9f6e0c
7
8 net-im/mattermost-desktop-bin: Remove ~x86 from 4.0.0
9
10 Remove the ~x86 keyword since the ebuild has pure abi_x86_64
11 dependencies that can not be satisfied on x86.
12
13 net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
17 index e72d213c829..5218794a1b6 100644
18 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
19 +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
20 @@ -19,7 +19,7 @@ SRC_URI="
21
22 LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64"
26
27 RDEPEND="
28 gnome-base/gconf:2[${MULTILIB_USEDEP}]