diff options
author | 2006-04-19 13:35:40 +0000 | |
---|---|---|
committer | 2006-04-19 13:35:40 +0000 | |
commit | 7aa5ff23df05dad343e6dfb485b41083806c5bd7 (patch) | |
tree | b6c9b0f3c0d246af28b81772f8ccdc84c7aba415 /app-admin/otpcalc/otpcalc-0.97-r1.ebuild | |
parent | Made sed for ccache actually be determined by USE=ccache and removed sed for ... (diff) | |
download | gentoo-2-7aa5ff23df05dad343e6dfb485b41083806c5bd7.tar.gz gentoo-2-7aa5ff23df05dad343e6dfb485b41083806c5bd7.tar.bz2 gentoo-2-7aa5ff23df05dad343e6dfb485b41083806c5bd7.zip |
correct cypto prototypes with patch from tcort #123993
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-admin/otpcalc/otpcalc-0.97-r1.ebuild')
-rw-r--r-- | app-admin/otpcalc/otpcalc-0.97-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/otpcalc/otpcalc-0.97-r1.ebuild b/app-admin/otpcalc/otpcalc-0.97-r1.ebuild index e7e59396daad..81bbe2bea94b 100644 --- a/app-admin/otpcalc/otpcalc-0.97-r1.ebuild +++ b/app-admin/otpcalc/otpcalc-0.97-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.97-r1.ebuild,v 1.4 2006/02/27 15:15:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.97-r1.ebuild,v 1.5 2006/04/19 13:35:40 taviso Exp $ inherit eutils @@ -22,6 +22,7 @@ src_unpack() { epatch ${FILESDIR}/otpcalc-man-table-format.diff epatch ${FILESDIR}/otpcalc-0.97-badindex.diff + epatch ${FILESDIR}/otpcalc-crypto-proto.diff # print correct version in manpage sed -i -e "s/VERSION/${PV}/g" ${S}/otpCalc.man |