diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-01-04 21:30:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-01-04 21:30:37 +0000 |
commit | 805e61907fb572fd819882d770554e6aa725827a (patch) | |
tree | 43f28902c7befeb12568d5f6182ca380f1501441 /app-crypt/mhash | |
parent | Version bump per bug #456184, also solves bug #432140. Please note the new li... (diff) | |
download | gentoo-2-805e61907fb572fd819882d770554e6aa725827a.tar.gz gentoo-2-805e61907fb572fd819882d770554e6aa725827a.tar.bz2 gentoo-2-805e61907fb572fd819882d770554e6aa725827a.zip |
Build fix per bug #488898.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r1.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-crypt/mhash/ChangeLog b/app-crypt/mhash/ChangeLog index 3a29eddb35e1..1f6f6a4bbd1f 100644 --- a/app-crypt/mhash/ChangeLog +++ b/app-crypt/mhash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mhash -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/ChangeLog,v 1.67 2013/11/22 08:52:16 haubi Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/ChangeLog,v 1.68 2014/01/04 21:30:37 robbat2 Exp $ + + 04 Jan 2014; Robin H. Johnson <robbat2@gentoo.org> mhash-0.9.9.9-r1.ebuild: + Build fix per bug #488898. 22 Nov 2013; Michael Haubenwallner <haubi@gentoo.org> mhash-0.9.9.9-r1.ebuild: diff --git a/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild index 0ef79d84f528..423e8f653691 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r1.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-crypt/mhash/mhash-0.9.9.9-r1.ebuild,v 1.10 2013/11/22 08:52:16 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild,v 1.11 2014/01/04 21:30:37 robbat2 Exp $ EAPI=4 inherit eutils @@ -25,6 +25,9 @@ src_prepare() { "${FILESDIR}"/${P}-force64bit-tiger.patch \ "${FILESDIR}"/${P}-align.patch \ "${FILESDIR}"/${P}-alignment.patch + sed -i \ + -e 's/--netscape//' \ + "${S}"/doc/Makefile.in } src_configure() { |