diff options
author | David Seifert <soap@gentoo.org> | 2019-01-19 15:20:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-01-19 15:20:46 +0100 |
commit | ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3 (patch) | |
tree | 35628d769e823f19851070762c61604b9d363026 /dev-cpp | |
parent | dev-cpp/ms-gsl: Use SLOTed dev-cpp/catch (diff) | |
download | gentoo-ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3.tar.gz gentoo-ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3.tar.bz2 gentoo-ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3.zip |
dev-cpp/libjson-rpc-cpp: Use SLOTed dev-cpp/catch
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp')
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild index d04f0daefd39..614694270fd9 100644 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.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 @@ -23,7 +23,7 @@ RDEPEND=" stubgen? ( dev-libs/argtable:= )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - test? ( <dev-cpp/catch-2 )" + test? ( dev-cpp/catch:1 )" RESTRICT="!test? ( test )" diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild index fbf180d4cf2d..2ab94282c0a9 100644 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.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 @@ -23,7 +23,7 @@ RDEPEND=" stubgen? ( dev-libs/argtable:= )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/catch-2 )" + test? ( dev-cpp/catch:0 )" RESTRICT="!test? ( test )" diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild index d04f0daefd39..614694270fd9 100644 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.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 @@ -23,7 +23,7 @@ RDEPEND=" stubgen? ( dev-libs/argtable:= )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - test? ( <dev-cpp/catch-2 )" + test? ( dev-cpp/catch:1 )" RESTRICT="!test? ( test )" diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild index 1daad1e754b0..b5214663cb01 100644 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.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 @@ -25,7 +25,7 @@ RDEPEND=" stubgen? ( dev-libs/argtable:= )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - test? ( >=dev-cpp/catch-2 )" + test? ( dev-cpp/catch:0 )" RESTRICT="!test? ( test )" |