dev-cpp/ms-gsl: Use SLOTed dev-cpp/catch
authorDavid Seifert <soap@gentoo.org>
Sat, 19 Jan 2019 14:20:43 +0000 (15:20 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 19 Jan 2019 14:20:43 +0000 (15:20 +0100)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
dev-cpp/ms-gsl/ms-gsl-9999.ebuild

index cde182b5ba10a463540c611bb55d234ae0579f7f..c2294e55587be276f74059b1e6f114dc33f7b45b 100644 (file)
@@ -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
@@ -16,7 +16,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( >=dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
        "${FILESDIR}/${P}-use_system_catch-636828.patch"
index c3af23471bc5fed0e4ee504a2ea6f23aab35f8ca..8b5cb2b6670bd9b03e4475b9da630620c59b1f1d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"
index d7c789086547eb1c452ca3a332758642d829c9fb..3568adaea6b7b83b37f1fa88c8d0fa72a14b2682 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,8 +10,6 @@ HOMEPAGE="https://github.com/Microsoft/GSL"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/Microsoft/GSL.git"
 
-S="${WORKDIR}/GSL-${PV}"
-
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
@@ -19,7 +17,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"