summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-26 14:41:29 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-26 14:41:29 +0000
commit87fe2d94a2578723cc0782213aa97829d64fb869 (patch)
tree9d6ec96696f35cff2920b96d21efdcd16c400c11 /net-irc
parentremove old (diff)
downloadgentoo-2-87fe2d94a2578723cc0782213aa97829d64fb869.tar.gz
gentoo-2-87fe2d94a2578723cc0782213aa97829d64fb869.tar.bz2
gentoo-2-87fe2d94a2578723cc0782213aa97829d64fb869.zip
Add epatch_user in src_prepare
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/ChangeLog6
-rw-r--r--net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog
index 1146aed59017..9d6454d4625e 100644
--- a/net-irc/hexchat/ChangeLog
+++ b/net-irc/hexchat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/hexchat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.58 2013/06/26 12:23:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.59 2013/06/26 14:41:29 pinkbyte Exp $
+
+ 26 Jun 2013; Sergey Popov <pinkbyte@gentoo.org>
+ hexchat-2.9.5_p20130525.ebuild:
+ Add epatch_user in src_prepare
26 Jun 2013; Jeroen Roovers <jer@gentoo.org> hexchat-2.9.5-r1.ebuild:
Stable for HPPA (bug #474434).
diff --git a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild
index 2b52f4eafd67..446e087628be 100644
--- a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild
+++ b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.2 2013/06/24 19:48:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.3 2013/06/26 14:41:29 pinkbyte Exp $
EAPI=5
@@ -61,6 +61,8 @@ src_prepare() {
epatch -p1 \
"${FILESDIR}"/${PN}-2.9.5-autoconf-missing-macros.patch
+ epatch_user
+
cp $(type -p gettextize) "${T}"/ || die
sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
einfo "Running gettextize -f --no-changelog..."