commit: 8a11917ce3556562ddeb7b281ff39f21d5326a84 Author: Bartosz Stebel <bartoszstebel <AT> gmail <DOT> com> AuthorDate: Fri Jun 30 22:21:07 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 01:38:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a11917c
net-wireless/gnuradio: re-introduce GCC-13 fix Signed-off-by: Bartosz Stebel <bartoszstebel <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31684 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-wireless/gnuradio/gnuradio-3.10.6.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/gnuradio/gnuradio-3.10.6.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.10.6.0-r1.ebuild index ddf92f3124c2..d0073c030c78 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.6.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.6.0-r1.ebuild @@ -133,6 +133,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-3.10.3.0-fix-fmt-v9.patch" #858659 + "${FILESDIR}/${PN}-3.10.6.0-fix-stdint.patch" ) src_prepare() {
