summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2016-02-07 20:25:48 +0100
committerTupone Alfredo <tupone@gentoo.org>2016-02-07 20:26:31 +0100
commit5f92ae8e4d41a37d01d1dd0c05cc88fdac74b040 (patch)
tree364630723b8da1761277d151bb9e74d9d2e739d8 /games-roguelike/tome/tome-2.3.5.ebuild
parenteclass/vala.eclass: current minimum version in the tree is now 0.22 (diff)
downloadgentoo-5f92ae8e4d41a37d01d1dd0c05cc88fdac74b040.tar.gz
gentoo-5f92ae8e4d41a37d01d1dd0c05cc88fdac74b040.tar.bz2
gentoo-5f92ae8e4d41a37d01d1dd0c05cc88fdac74b040.zip
games-roguelike/tome: Fix format-security. Bug #539230
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-roguelike/tome/tome-2.3.5.ebuild')
-rw-r--r--games-roguelike/tome/tome-2.3.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-roguelike/tome/tome-2.3.5.ebuild b/games-roguelike/tome/tome-2.3.5.ebuild
index ef87c3c4476b..4257566c7ffb 100644
--- a/games-roguelike/tome/tome-2.3.5.ebuild
+++ b/games-roguelike/tome/tome-2.3.5.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$
@@ -32,6 +32,7 @@ S=${WORKDIR}/tome-${MY_PV}-src/src
src_prepare() {
mv makefile.std makefile
epatch "${FILESDIR}/${PV}-gentoo-paths.patch" \
+ "${FILESDIR}"/${P}-format.patch \
"${FILESDIR}"/${P}-noX.patch
sed -i -e '/^CC =/d' makefile || die
sed -i -e "s:xx:x:" ../lib/edit/p_info.txt || die