diff options
author | 2020-05-10 18:38:53 +0900 | |
---|---|---|
committer | 2020-05-10 18:42:44 +0900 | |
commit | 4eaf9db562dc96352ae999ffef3d8c6aa6a3222f (patch) | |
tree | d5c3eae003d98dee6ee4590d93cac653c7bb6f22 /app-editors/aee/aee-2.2.21.ebuild | |
parent | app-editors/aee: update to EAPI 7 (diff) | |
download | gentoo-4eaf9db562dc96352ae999ffef3d8c6aa6a3222f.tar.gz gentoo-4eaf9db562dc96352ae999ffef3d8c6aa6a3222f.tar.bz2 gentoo-4eaf9db562dc96352ae999ffef3d8c6aa6a3222f.zip |
app-editors/aee: fix build with >=sys-devel/gcc-10
Closes: https://bugs.gentoo.org/708720
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-editors/aee/aee-2.2.21.ebuild')
-rw-r--r-- | app-editors/aee/aee-2.2.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/aee/aee-2.2.21.ebuild b/app-editors/aee/aee-2.2.21.ebuild index b6b2341baafc..c6c40f9b2147 100644 --- a/app-editors/aee/aee-2.2.21.ebuild +++ b/app-editors/aee/aee-2.2.21.ebuild @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${PN}-ae-location.patch "${FILESDIR}"/${PN}-Wformat-security.patch + "${FILESDIR}"/${PN}-gcc-10.patch ) DOCS=( Changes README.${PN} ${PN}.i18n.guide ${PN}.msg ) |