diff options
author | David Seifert <soap@gentoo.org> | 2019-04-13 12:41:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-13 12:42:40 +0200 |
commit | 8f7213e94cecb00bf87659617a1e0f850395d4be (patch) | |
tree | 135676d830343a0d5a6c75e0f7c6c48eda172c04 /net-im/skypeforlinux | |
parent | dev-python/pypax: stable on arm64 (diff) | |
download | gentoo-8f7213e94cecb00bf87659617a1e0f850395d4be.tar.gz gentoo-8f7213e94cecb00bf87659617a1e0f850395d4be.tar.bz2 gentoo-8f7213e94cecb00bf87659617a1e0f850395d4be.zip |
net-im/skypeforlinux: Does not link to either systemd or elogind
Closes: https://bugs.gentoo.org/671524
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im/skypeforlinux')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild (renamed from net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild index 32896b26fbc4..62edb86e1c1c 100644 --- a/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-8.34.0.78-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,8 +22,8 @@ RESTRICT="mirror bindist strip" #299368 RDEPEND=" || ( - sys-auth/elogind[${MULTILIB_USEDEP}] - sys-apps/systemd[${MULTILIB_USEDEP}] + sys-auth/elogind + sys-apps/systemd ) dev-libs/atk[${MULTILIB_USEDEP}] dev-libs/expat[${MULTILIB_USEDEP}] |