Diff cppcodec-0.2 with a cppcodec-9999
/usr/portage/dev-libs/cppcodec/cppcodec-9999.ebuild 2023-10-09 14:52:29.492368350 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
24 | 24 |
IUSE="test" |
25 | 25 |
RESTRICT="!test? ( test )" |
26 | 26 | |
27 |
DEPEND="test? ( <dev-cpp/catch-3:0 )" |
|
27 |
DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )" |
|
28 | 28 |
BDEPEND="test? ( virtual/pkgconfig )" |
29 | 29 | |
30 | 30 |
src_configure() { |