diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-09-07 11:27:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-09-07 11:42:58 +0200 |
commit | 93b89277a9c285ca896912dbff64a4b88d4ed7a6 (patch) | |
tree | dd7cdcfcaed5b25d1e8380a886b6ed495993d5aa /sci-libs/ignition-math | |
parent | net-misc/rclone: bump 1.53 (diff) | |
download | gentoo-93b89277a9c285ca896912dbff64a4b88d4ed7a6.tar.gz gentoo-93b89277a9c285ca896912dbff64a4b88d4ed7a6.tar.bz2 gentoo-93b89277a9c285ca896912dbff64a4b88d4ed7a6.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/ignition-math')
-rw-r--r-- | sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild | 4 |
1 files 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 522811b8b000..98c1c6f4f981 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}" |