diff options
author | Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua> | 2020-02-06 07:33:19 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-06 08:19:54 +0200 |
commit | a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8 (patch) | |
tree | 076fdcaba96823e1ec511b2f8f4af116a5e22ef2 /net-im | |
parent | app-backup/mkstage4: call einstalldocs in 0.2 (diff) | |
download | gentoo-a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8.tar.gz gentoo-a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8.tar.bz2 gentoo-a3d8b153e2bdbac37d283ee0f6594ea829e7bfa8.zip |
net-im/slack-bin: add missed dependency, move libsecret to optfeature
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/slack-bin/slack-bin-4.3.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/slack-bin/slack-bin-4.3.2.ebuild b/net-im/slack-bin/slack-bin-4.3.2.ebuild index 8211ca719da0..701ae359224b 100644 --- a/net-im/slack-bin/slack-bin-4.3.2.ebuild +++ b/net-im/slack-bin/slack-bin-4.3.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PN="${PN/-bin/}" MULTILIB_COMPAT=( abi_x86_64 ) -inherit desktop multilib-build pax-utils unpacker xdg-utils +inherit desktop eutils multilib-build pax-utils unpacker xdg-utils DESCRIPTION="Team collaboration tool" HOMEPAGE="https://www.slack.com/" @@ -15,10 +15,11 @@ SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}- LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="ayatana gnome-keyring" +IUSE="ayatana" RESTRICT="bindist mirror" RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] + app-accessibility/at-spi2-core:2[${MULTILIB_USEDEP}] dev-libs/atk:0[${MULTILIB_USEDEP}] dev-libs/expat:0[${MULTILIB_USEDEP}] dev-libs/glib:2[${MULTILIB_USEDEP}] @@ -46,8 +47,7 @@ RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}] x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}] x11-libs/libXtst:0[${MULTILIB_USEDEP}] x11-libs/pango:0[${MULTILIB_USEDEP}] - ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] ) - gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )" + ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )" QA_PREBUILT="/opt/slack/chrome-sandbox opt/slack/slack @@ -90,6 +90,8 @@ src_install() { } pkg_postinst() { + optfeature "storing passwords via gnome-keyring" app-crypt/libsecret + xdg_desktop_database_update xdg_icon_cache_update xdg_mimeinfo_database_update |