summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-06-07 22:08:50 +0000
committerSven Wegener <swegener@gentoo.org>2008-06-07 22:08:50 +0000
commit9b77e7e3ff2ba9ce9ad94a6e55984d1802586443 (patch)
treef025c6ba6ead1b68563d8447ad5c7193716e542c /app-crypt/shash/shash-0.2.6-r1.ebuild
parentold (diff)
downloadhistorical-9b77e7e3ff2ba9ce9ad94a6e55984d1802586443.tar.gz
historical-9b77e7e3ff2ba9ce9ad94a6e55984d1802586443.tar.bz2
historical-9b77e7e3ff2ba9ce9ad94a6e55984d1802586443.zip
Add patch to fix -c with binary files, bug #182417.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'app-crypt/shash/shash-0.2.6-r1.ebuild')
-rw-r--r--app-crypt/shash/shash-0.2.6-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/shash/shash-0.2.6-r1.ebuild b/app-crypt/shash/shash-0.2.6-r1.ebuild
index dda5694b11f2..259edb84a120 100644
--- a/app-crypt/shash/shash-0.2.6-r1.ebuild
+++ b/app-crypt/shash/shash-0.2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.20 2008/02/04 18:42:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.21 2008/06/07 22:08:49 swegener Exp $
inherit bash-completion eutils
@@ -19,7 +19,9 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}"/0.2.6-manpage-fixes.patch
+
+ epatch "${FILESDIR}"/${PV}-manpage-fixes.patch
+ epatch "${FILESDIR}"/${P}-binary-files.patch
}
src_compile() {