summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-07-25 09:32:50 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-07-25 19:27:52 +0200
commit60a1be6d0d76259f4a230ccb808983fef2def1fb (patch)
treea4700cd0f3fb6b9fe4dd22a289f0604dfbddf6db /net-im
parentapp-vim/nerdcommenter: version bump. (diff)
downloadgentoo-60a1be6d0d76259f4a230ccb808983fef2def1fb.tar.gz
gentoo-60a1be6d0d76259f4a230ccb808983fef2def1fb.tar.bz2
gentoo-60a1be6d0d76259f4a230ccb808983fef2def1fb.zip
net-im/mattermost-desktop-bin: drop multilib support.
This is not actually needed for a binary package. Bug: https://bugs.gentoo.org/649108 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.0.0.ebuild63
1 files changed, 31 insertions, 32 deletions
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
index 5218794a1b69..b355c783c117 100644
--- 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
@@ -4,9 +4,8 @@
EAPI=6
MY_PN="${PN%-*}"
-MULTILIB_COMPAT=( abi_x86_64 )
-inherit eutils multilib-build
+inherit eutils
DESCRIPTION="Mattermost Desktop application"
HOMEPAGE="https://about.mattermost.com/"
@@ -22,36 +21,36 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- gnome-base/gconf:2[${MULTILIB_USEDEP}]
- dev-libs/atk:0[${MULTILIB_USEDEP}]
- dev-libs/expat:0[${MULTILIB_USEDEP}]
- dev-libs/glib:2[${MULTILIB_USEDEP}]
- dev-libs/nspr:0[${MULTILIB_USEDEP}]
- dev-libs/nss:0[${MULTILIB_USEDEP}]
- gnome-base/gconf:2[${MULTILIB_USEDEP}]
- media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
- media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
- media-libs/freetype:2[${MULTILIB_USEDEP}]
- net-print/cups:0[${MULTILIB_USEDEP}]
- sys-apps/dbus:0[${MULTILIB_USEDEP}]
- sys-devel/gcc[${MULTILIB_USEDEP}]
- sys-libs/glibc:2.2[${MULTILIB_USEDEP}]
- x11-libs/cairo:0[${MULTILIB_USEDEP}]
- x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
- x11-libs/gtk+:2[${MULTILIB_USEDEP}]
- x11-libs/libX11:0[${MULTILIB_USEDEP}]
- x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
- x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
- x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
- x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
- x11-libs/libXext:0[${MULTILIB_USEDEP}]
- x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
- x11-libs/libXi:0[${MULTILIB_USEDEP}]
- x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
- x11-libs/libXrender:0[${MULTILIB_USEDEP}]
- x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
- x11-libs/libXtst:0[${MULTILIB_USEDEP}]
- x11-libs/pango:0[${MULTILIB_USEDEP}]"
+ gnome-base/gconf:2
+ dev-libs/atk:0
+ dev-libs/expat:0
+ dev-libs/glib:2
+ dev-libs/nspr:0
+ dev-libs/nss:0
+ gnome-base/gconf:2
+ media-libs/alsa-lib:0
+ media-libs/fontconfig:1.0
+ media-libs/freetype:2
+ net-print/cups:0
+ sys-apps/dbus:0
+ sys-devel/gcc
+ sys-libs/glibc:2.2
+ x11-libs/cairo:0
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:2
+ x11-libs/libX11:0
+ x11-libs/libxcb:0/1.12
+ x11-libs/libXcomposite:0
+ x11-libs/libXcursor:0
+ x11-libs/libXdamage:0
+ x11-libs/libXext:0
+ x11-libs/libXfixes:0
+ x11-libs/libXi:0
+ x11-libs/libXrandr:0
+ x11-libs/libXrender:0
+ x11-libs/libXScrnSaver:0
+ x11-libs/libXtst:0
+ x11-libs/pango:0"
S="${WORKDIR}/mattermost-desktop-${PV}"