commit: 857dec4678faa517165f07aca058afac8268aea3 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue May 3 17:50:23 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue May 3 20:21:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=857dec46
dev-cpp/std-format: fix fmt dependency Closes: https://bugs.gentoo.org/842384 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-cpp/std-format/std-format-0_pre20220112.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/std-format/std-format-0_pre20220112.ebuild b/dev-cpp/std-format/std-format-0_pre20220112.ebuild index ac3896aea..1a13be61c 100644 --- a/dev-cpp/std-format/std-format-0_pre20220112.ebuild +++ b/dev-cpp/std-format/std-format-0_pre20220112.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64" IUSE="test" RDEPEND="" -DEPEND="test? ( dev-libs/libfmt )" +DEPEND="dev-libs/libfmt" RESTRICT="!test? ( test )"
