summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2016-03-24 11:09:16 -0300
committerGuilherme Amadio <amadio@gentoo.org>2016-03-24 11:10:26 -0300
commit93107b6974084bd968d73c5c2b09a054e433972e (patch)
tree934048bd0972d2988c7a5e0946b7b272ea7b0b18 /dev-vcs/gitstats/gitstats-0_pre131024.ebuild
parentprofiles: mask app-cdr/qmultirecord for removal (diff)
downloadgentoo-93107b6974084bd968d73c5c2b09a054e433972e.tar.gz
gentoo-93107b6974084bd968d73c5c2b09a054e433972e.tar.bz2
gentoo-93107b6974084bd968d73c5c2b09a054e433972e.zip
dev-vcs/gitstats-0_pre131024: fix bug #575946
Gentoo-bug: 575946 Reported-by: Martin Mokrejš Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-vcs/gitstats/gitstats-0_pre131024.ebuild')
-rw-r--r--dev-vcs/gitstats/gitstats-0_pre131024.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
index a4a012c8fdc1..03be6561896c 100644
--- a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,6 +26,7 @@ src_prepare() {
sed \
-e "s:basedir = os.path.dirname(os.path.abspath(__file__)):basedir = '${EPREFIX}/usr/share/gitstats':g" \
-i gitstats || die "failed to fix static files path"
+ epatch "${FILESDIR}"/${P}-filter-invalid-unicode.patch
}
src_compile() {