Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/
Date: Thu, 02 Mar 2023 23:22:40
Message-Id: 1677799332.6d18defb27b9ae171cb431338e2e15b7192bbcbb.sarnex@gentoo
1 commit: 6d18defb27b9ae171cb431338e2e15b7192bbcbb
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 23:21:17 2023 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 23:22:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d18defb
7
8 media-video/aegisub: Fix 9999 build with boost 1.81
9
10 Closes: https://bugs.gentoo.org/898956
11
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 media-video/aegisub/aegisub-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild
18 index 5805940589bd..211e90d17d21 100644
19 --- a/media-video/aegisub/aegisub-9999.ebuild
20 +++ b/media-video/aegisub/aegisub-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 +# Copyright 1999-2023 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -56,6 +56,7 @@ REQUIRED_USE="${LUA_REQUIRED_USE}
28
29 PATCHES=(
30 "${FILESDIR}/${P}-git.patch"
31 + "${FILESDIR}/3.2.2_p20160518/${PN}-3.2.2_p20160518-fix-boost-181-build.patch"
32 )
33
34 pkg_setup() {