diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:31:10 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:32:00 +0900 |
commit | 9c387393179ef14f6ebde703dad08ed7706384b0 (patch) | |
tree | 3780c0f97613704c675a213ae9df97dbbafbbcc6 /app-editors/ee/ee-1.5.2.ebuild | |
parent | app-editors/ee: update to EAPI 7 (diff) | |
download | gentoo-9c387393179ef14f6ebde703dad08ed7706384b0.tar.gz gentoo-9c387393179ef14f6ebde703dad08ed7706384b0.tar.bz2 gentoo-9c387393179ef14f6ebde703dad08ed7706384b0.zip |
app-editors/ee: fix build with >=sys-devel/gcc-10
Closes: https://bugs.gentoo.org/706538
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-editors/ee/ee-1.5.2.ebuild')
-rw-r--r-- | app-editors/ee/ee-1.5.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/ee/ee-1.5.2.ebuild b/app-editors/ee/ee-1.5.2.ebuild index 832cb1b3e8fa..ad4bb78c8530 100644 --- a/app-editors/ee/ee-1.5.2.ebuild +++ b/app-editors/ee/ee-1.5.2.ebuild @@ -22,6 +22,7 @@ PATCHES=( "${FILESDIR}"/${PN}-init-location.patch "${FILESDIR}"/${PN}-signal.patch "${FILESDIR}"/${PN}-Wformat-security.patch + "${FILESDIR}"/${PN}-gcc-10.patch ) DOCS=( Changes README.${PN} ${PN}.i18n.guide ${PN}.msg ) |