commit: 32f413af15d3563f709796756060814aca4cef9f Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 11:50:05 2022 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 12:11:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f413af
net-fs/cvmfs: fix compilation with GCC 12.x, bug 871255 Closes: https://bugs.gentoo.org/861365 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> net-fs/cvmfs/cvmfs-2.9.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-fs/cvmfs/cvmfs-2.9.2.ebuild b/net-fs/cvmfs/cvmfs-2.9.2.ebuild index ef6cde5e9e1b..ed1428a69031 100644 --- a/net-fs/cvmfs/cvmfs-2.9.2.ebuild +++ b/net-fs/cvmfs/cvmfs-2.9.2.ebuild @@ -47,6 +47,7 @@ DEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-2.7.2-builtins.patch "${FILESDIR}"/${PN}-2.7.2-find-package.patch + "${FILESDIR}"/${PN}-2.9.2-include-ctime.patch ) pkg_setup() {
