diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:10:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 02:10:16 +0000 |
commit | 604174c8ad8645b3ceb1112879093cf4c31d7900 (patch) | |
tree | febcc5c5430fd466463c794b04132ee138c74ee0 /app-arch/sharutils/sharutils-4.14.ebuild | |
parent | Moved most of the prefix base profile to the new features/prefix profile. (diff) | |
download | gentoo-2-604174c8ad8645b3ceb1112879093cf4c31d7900.tar.gz gentoo-2-604174c8ad8645b3ceb1112879093cf4c31d7900.tar.bz2 gentoo-2-604174c8ad8645b3ceb1112879093cf4c31d7900.zip |
Fix cross-compiling builds.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-arch/sharutils/sharutils-4.14.ebuild')
-rw-r--r-- | app-arch/sharutils/sharutils-4.14.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-arch/sharutils/sharutils-4.14.ebuild b/app-arch/sharutils/sharutils-4.14.ebuild index 108a0e6d0376..31ce9b529d5c 100644 --- a/app-arch/sharutils/sharutils-4.14.ebuild +++ b/app-arch/sharutils/sharutils-4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.14.ebuild,v 1.1 2013/12/16 03:34:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.14.ebuild,v 1.2 2014/01/18 02:10:15 vapier Exp $ EAPI="5" @@ -22,6 +22,10 @@ DEPEND="app-arch/xz-utils S=${WORKDIR}/${MY_P} +src_prepare() { + epatch "${FILESDIR}"/${PN}-4.14-popen-rb.patch +} + src_configure() { strip-linguas -u po econf $(use_enable nls) |