summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-21 13:38:35 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-21 13:38:35 +0100
commitb1a257f4a5459b0962dc72867aee2c39a893a6fb (patch)
tree229ff7118866b58c7e5ff4bbd2595bf0f6816749 /dev-util/fhist/fhist-1.19.ebuild
parentdev-python/pyamf: Drop versions vulnerable for CVE-2015-8549 (diff)
downloadgentoo-b1a257f4a5459b0962dc72867aee2c39a893a6fb.tar.gz
gentoo-b1a257f4a5459b0962dc72867aee2c39a893a6fb.tar.bz2
gentoo-b1a257f4a5459b0962dc72867aee2c39a893a6fb.zip
dev-util/fhist: Version Bump and fix build failure with gcc-5
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568962 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/fhist/fhist-1.19.ebuild')
-rw-r--r--dev-util/fhist/fhist-1.19.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/fhist/fhist-1.19.ebuild b/dev-util/fhist/fhist-1.19.ebuild
index 7e50006d988b..f9ee56c2a55a 100644
--- a/dev-util/fhist/fhist-1.19.ebuild
+++ b/dev-util/fhist/fhist-1.19.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="File history and comparison tools"
HOMEPAGE="http://fhist.sourceforge.net/fhist.html"
@@ -23,8 +23,8 @@ DEPEND="${RDEPEND}
sys-devel/bison
test? ( app-arch/sharutils )"
-MAKEOPTS+=" -j1"
-
src_prepare() {
+ MAKEOPTS+=" -j1"
epatch "${FILESDIR}"/${PV}-ldflags.patch
+ append-cflags -fgnu89-inline
}