summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/sharutils/sharutils-4.11.1.ebuild')
-rw-r--r--app-arch/sharutils/sharutils-4.11.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-arch/sharutils/sharutils-4.11.1.ebuild b/app-arch/sharutils/sharutils-4.11.1.ebuild
index 6d18b2085600..204f956640e2 100644
--- a/app-arch/sharutils/sharutils-4.11.1.ebuild
+++ b/app-arch/sharutils/sharutils-4.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.1.ebuild,v 1.8 2012/02/13 09:58:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.11.1.ebuild,v 1.9 2012/07/06 04:21:44 vapier Exp $
EAPI="2"
@@ -22,6 +22,10 @@ RDEPEND=""
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-no-gets.patch #424994
+}
+
src_configure() {
strip-linguas -u po
econf $(use_enable nls)