commit: 93b89277a9c285ca896912dbff64a4b88d4ed7a6 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 09:27:06 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 09:42:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b89277
sci-libs/ignition-math: add missing slot dep Closes: https://bugs.gentoo.org/740714 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild index 522811b8b00..98c1c6f4f98 100644 --- a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild +++ b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,6 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} - dev-util/ignition-cmake[${MULTILIB_USEDEP}]" + dev-util/ignition-cmake:0[${MULTILIB_USEDEP}]" S="${WORKDIR}/${PN}4_${PV}"
