diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-13 07:18:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-13 07:18:22 +0000 |
commit | 89f13cc5a7d402720a45a40d9c2d775d7b1e5131 (patch) | |
tree | b936d291e8c4f7716be66f79933100d19892be12 /dev-perl/Math-Derivative | |
parent | stable x86, security bug 269567 (diff) | |
download | gentoo-2-89f13cc5a7d402720a45a40d9c2d775d7b1e5131.tar.gz gentoo-2-89f13cc5a7d402720a45a40d9c2d775d7b1e5131.tar.bz2 gentoo-2-89f13cc5a7d402720a45a40d9c2d775d7b1e5131.zip |
Fix keyword substition
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Math-Derivative')
-rw-r--r-- | dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Math-Derivative/files/0.01-pod-1.diff (renamed from dev-perl/Math-Derivative/files/0.01-pod.diff) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild index c25e84242ba8..107ae8869c52 100644 --- a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild +++ b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild,v 1.2 2009/05/13 06:34:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild,v 1.3 2009/05/13 07:18:21 tove Exp $ EAPI=2 @@ -15,4 +15,4 @@ IUSE="" # distribution without tests SRC_TEST="no" -PATCHES=( "${FILESDIR}"/${PV}-pod.diff ) +PATCHES=( "${FILESDIR}"/${PV}-pod-1.diff ) diff --git a/dev-perl/Math-Derivative/files/0.01-pod.diff b/dev-perl/Math-Derivative/files/0.01-pod-1.diff index 8c088750fed7..acfe83c11d3a 100644 --- a/dev-perl/Math-Derivative/files/0.01-pod.diff +++ b/dev-perl/Math-Derivative/files/0.01-pod-1.diff @@ -3,7 +3,7 @@ Taken from debian +++ Derivative.pm @@ -1,8 +1,9 @@ # functions for calculating derivatives of data - # $Id: 0.01-pod.diff,v 1.1 2009/05/13 06:34:21 tove Exp $ + # $Id: Derivative.pm,v 1.1 1995/12/26 16:26:59 willijar Exp $ + =head1 NAME |