Skip to content

Commit

Permalink
app-crypt/libnitrokey: Use SLOTed dev-cpp/catch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 19, 2019
1 parent ae9e86c commit 9414332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-crypt/libnitrokey/libnitrokey-3.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -31,7 +31,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
virtual/pkgconfig
test? ( >=dev-cpp/catch-2.2.0 )"
test? ( >=dev-cpp/catch-2.2.0:0 )"

src_configure() {
local mycmakeargs=(
Expand Down
4 changes: 2 additions & 2 deletions app-crypt/libnitrokey/libnitrokey-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -31,7 +31,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
virtual/pkgconfig
test? ( >=dev-cpp/catch-2.2.0 )"
test? ( >=dev-cpp/catch-2.2.0:0 )"

src_configure() {
local mycmakeargs=(
Expand Down

0 comments on commit 9414332

Please sign in to comment.