diff options
author | David Seifert <soap@gentoo.org> | 2021-05-08 19:14:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-08 19:14:56 +0200 |
commit | 63fb4c69c4b4a47e10a9022860eae9b730d06a34 (patch) | |
tree | 5363a814c1bf51cc17454ad2e917136ea44e9563 /app-office/abiword/abiword-3.0.4.ebuild | |
parent | dev-lang/swi-prolog: stable on amd64 + x86. Bug 780366. (diff) | |
download | gentoo-63fb4c69c4b4a47e10a9022860eae9b730d06a34.tar.gz gentoo-63fb4c69c4b4a47e10a9022860eae9b730d06a34.tar.bz2 gentoo-63fb4c69c4b4a47e10a9022860eae9b730d06a34.zip |
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@gentoo.org>
Diffstat (limited to 'app-office/abiword/abiword-3.0.4.ebuild')
-rw-r--r-- | app-office/abiword/abiword-3.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/abiword/abiword-3.0.4.ebuild b/app-office/abiword/abiword-3.0.4.ebuild index 17ec5d04dbed..2bc3966f767c 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() { |