diff options
author | David Seifert <soap@gentoo.org> | 2023-04-15 01:41:22 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-04-15 01:41:22 +0200 |
commit | 3c63c7ec561c3693da834b1601168c619c0337f5 (patch) | |
tree | 3ff105a74be22d939cc7227519f16fc0dd948e24 /app-crypt/libnitrokey | |
parent | app-crypt/libnitrokey: add 3.8 (diff) | |
download | gentoo-3c63c7ec561c3693da834b1601168c619c0337f5.tar.gz gentoo-3c63c7ec561c3693da834b1601168c619c0337f5.tar.bz2 gentoo-3c63c7ec561c3693da834b1601168c619c0337f5.zip |
app-crypt/libnitrokey: sync live ebuild
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/libnitrokey')
-rw-r--r-- | app-crypt/libnitrokey/libnitrokey-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/libnitrokey/libnitrokey-9999.ebuild b/app-crypt/libnitrokey/libnitrokey-9999.ebuild index a9135e08d5d4..b37e5cdbd34f 100644 --- a/app-crypt/libnitrokey/libnitrokey-9999.ebuild +++ b/app-crypt/libnitrokey/libnitrokey-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit udev cmake @@ -29,7 +29,7 @@ RDEPEND=" virtual/udev" DEPEND=" ${RDEPEND} - test? ( >=dev-cpp/catch-2.5.0:0 )" + test? ( <dev-cpp/catch-3:0 )" BDEPEND="virtual/pkgconfig" src_configure() { |