commit: 63fb4c69c4b4a47e10a9022860eae9b730d06a34 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat May 8 17:14:56 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 8 17:14:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fb4c69
app-office/abiword: Fix building under GCC 11 Closes: https://bugs.gentoo.org/787731 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-office/abiword/Manifest | 2 +- app-office/abiword/abiword-3.0.4.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest index 1256d58a97c..e267a640a7d 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,2 +1,2 @@ -DIST abiword-3.0.4-patchset-r2.tar.xz 9668 BLAKE2B 56739e2a0239a57a26f34e52d54290cb54f246e05209c2c5493f6a0e4d3290df3f7cf87a8463f2688ad3f15d2402f743fb9cdaffa0c53a7bacb2dcf4a6c1bbb5 SHA512 47d65edde9217f107ee2aee9e08e65d69f170f11f8532e2c8e6327b4bec67b13f42bdafe751d88fa525819081ed5b19b1f75859b24d4a07748fb03c62ebd0b13 +DIST abiword-3.0.4-patchset-r3.txz 14752 BLAKE2B 2faaaf333a38ea181b83819fd53fd97c5e98a0cbb0b2ad6e668254a88cb69e922fd3b70a181fc7edd789bc313d929915460a0524ff463166400d8e46d878c034 SHA512 e8d2508cf561b49581441b3b581dd663a966da67175f2a39d4a95a6035d8c8c7c3198ca99f253f8d6f3993a66be752265f612b6c59c7712592e464a1da0f240e DIST abiword-3.0.4.tar.gz 11064305 BLAKE2B fda1732df0bf78f8830c5d68be18f2aec7f88b8d5bb4fe0effc31b48f03d9195a4337087154ba707a70d80bfcff38f92d7298e7b281afe2eacf000eca8dac9c4 SHA512 121708e010cef6722cab5622dc762f2f92c46e43b65b90b881b4f25ff32c1696fa2d281a3a6f2c04d5b9231bbbd0040281e9d4d7e594ec0ace6caae9c9021ec4 diff --git a/app-office/abiword/abiword-3.0.4.ebuild b/app-office/abiword/abiword-3.0.4.ebuild index 17ec5d04dbe..2bc3966f767 100644 --- a/app-office/abiword/abiword-3.0.4.ebuild +++ b/app-office/abiword/abiword-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Fully featured yet light and fast cross platform word processor" HOMEPAGE="http://www.abisource.com/" SRC_URI=" http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz - https://dev.gentoo.org/~soap/distfiles/${P}-patchset-r2.tar.xz" + https://dev.gentoo.org/~soap/distfiles/${P}-patchset-r3.txz" LICENSE="GPL-2" SLOT="2" @@ -74,6 +74,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN}-3.0.4-enchant-2.patch # backport "${WORKDIR}"/patches/${PN}-3.0.4-pygobject.patch "${WORKDIR}"/patches/${PN}-3.0.4-asio-standalone-placeholders.patch + "${WORKDIR}"/patches/${PN}-3.0.4-c++17-dynamic-exception-specifications.patch ) src_prepare() {
