Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Wed, 25 Jul 2018 17:29:33
Message-Id: 1532539672.60a1be6d0d76259f4a230ccb808983fef2def1fb.monsieurp@gentoo
1 commit: 60a1be6d0d76259f4a230ccb808983fef2def1fb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 07:32:50 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 17:27:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a1be6d
7
8 net-im/mattermost-desktop-bin: drop multilib support.
9
10 This is not actually needed for a binary package.
11
12 Bug: https://bugs.gentoo.org/649108
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 .../mattermost-desktop-bin-4.0.0.ebuild | 63 +++++++++++-----------
16 1 file changed, 31 insertions(+), 32 deletions(-)
17
18 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
19 index 5218794a1b6..b355c783c11 100644
20 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
21 +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild
22 @@ -4,9 +4,8 @@
23 EAPI=6
24
25 MY_PN="${PN%-*}"
26 -MULTILIB_COMPAT=( abi_x86_64 )
27
28 -inherit eutils multilib-build
29 +inherit eutils
30
31 DESCRIPTION="Mattermost Desktop application"
32 HOMEPAGE="https://about.mattermost.com/"
33 @@ -22,36 +21,36 @@ SLOT="0"
34 KEYWORDS="~amd64"
35
36 RDEPEND="
37 - gnome-base/gconf:2[${MULTILIB_USEDEP}]
38 - dev-libs/atk:0[${MULTILIB_USEDEP}]
39 - dev-libs/expat:0[${MULTILIB_USEDEP}]
40 - dev-libs/glib:2[${MULTILIB_USEDEP}]
41 - dev-libs/nspr:0[${MULTILIB_USEDEP}]
42 - dev-libs/nss:0[${MULTILIB_USEDEP}]
43 - gnome-base/gconf:2[${MULTILIB_USEDEP}]
44 - media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
45 - media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
46 - media-libs/freetype:2[${MULTILIB_USEDEP}]
47 - net-print/cups:0[${MULTILIB_USEDEP}]
48 - sys-apps/dbus:0[${MULTILIB_USEDEP}]
49 - sys-devel/gcc[${MULTILIB_USEDEP}]
50 - sys-libs/glibc:2.2[${MULTILIB_USEDEP}]
51 - x11-libs/cairo:0[${MULTILIB_USEDEP}]
52 - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
53 - x11-libs/gtk+:2[${MULTILIB_USEDEP}]
54 - x11-libs/libX11:0[${MULTILIB_USEDEP}]
55 - x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
56 - x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
57 - x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
58 - x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
59 - x11-libs/libXext:0[${MULTILIB_USEDEP}]
60 - x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
61 - x11-libs/libXi:0[${MULTILIB_USEDEP}]
62 - x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
63 - x11-libs/libXrender:0[${MULTILIB_USEDEP}]
64 - x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
65 - x11-libs/libXtst:0[${MULTILIB_USEDEP}]
66 - x11-libs/pango:0[${MULTILIB_USEDEP}]"
67 + gnome-base/gconf:2
68 + dev-libs/atk:0
69 + dev-libs/expat:0
70 + dev-libs/glib:2
71 + dev-libs/nspr:0
72 + dev-libs/nss:0
73 + gnome-base/gconf:2
74 + media-libs/alsa-lib:0
75 + media-libs/fontconfig:1.0
76 + media-libs/freetype:2
77 + net-print/cups:0
78 + sys-apps/dbus:0
79 + sys-devel/gcc
80 + sys-libs/glibc:2.2
81 + x11-libs/cairo:0
82 + x11-libs/gdk-pixbuf:2
83 + x11-libs/gtk+:2
84 + x11-libs/libX11:0
85 + x11-libs/libxcb:0/1.12
86 + x11-libs/libXcomposite:0
87 + x11-libs/libXcursor:0
88 + x11-libs/libXdamage:0
89 + x11-libs/libXext:0
90 + x11-libs/libXfixes:0
91 + x11-libs/libXi:0
92 + x11-libs/libXrandr:0
93 + x11-libs/libXrender:0
94 + x11-libs/libXScrnSaver:0
95 + x11-libs/libXtst:0
96 + x11-libs/pango:0"
97
98 S="${WORKDIR}/mattermost-desktop-${PV}"