diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-10 01:00:12 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-01-10 01:00:45 -0800 |
commit | 3df1fcdb8134cbf3c03ed18301323eef84113221 (patch) | |
tree | d7d77536ddc19a5533ef621e716b794845855317 /app-shells/fish/fish-2.7.1.ebuild | |
parent | packages.mask: cleanup (diff) | |
download | gentoo-3df1fcdb8134cbf3c03ed18301323eef84113221.tar.gz gentoo-3df1fcdb8134cbf3c03ed18301323eef84113221.tar.bz2 gentoo-3df1fcdb8134cbf3c03ed18301323eef84113221.zip |
app-shells/fish: fix single test failing on 32bit arches
Closes: https://bugs.gentoo.org/656246
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/fish/fish-2.7.1.ebuild')
-rw-r--r-- | app-shells/fish/fish-2.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild index b58c91c63b0e..2bc49389213d 100644 --- a/app-shells/fish/fish-2.7.1.ebuild +++ b/app-shells/fish/fish-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,8 @@ DEPEND=" test? ( dev-tcltk/expect ) " -PATCHES=( "${FILESDIR}/${P}-fix-printf-o-handling-on-ppc.patch" ) +PATCHES=( "${FILESDIR}/${P}-fix-printf-o-handling-on-ppc.patch" + "${FILESDIR}/fix-histfile-test-on-ppc.patch" ) S="${WORKDIR}/${MY_P}" |