summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-13 06:34:21 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-13 06:34:21 +0000
commit29865ec018c78a87e056d49dec13740ddb668eb5 (patch)
tree17c384de21c8acc1298358bd65f360641285c157 /dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
parentChange HOMEPAGE; old page does not exist any more. (diff)
downloadgentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.tar.gz
gentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.tar.bz2
gentoo-2-29865ec018c78a87e056d49dec13740ddb668eb5.zip
Stable on x86 (#269591). podhead fix
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild')
-rw-r--r--dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild b/dev-perl/Math-Derivative/Math-Derivative-0.01.ebuild
index eb8da94c03ec..c25e84242ba8 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.1 2009/04/08 20:31:32 weaver Exp $
+# $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 $
EAPI=2
@@ -9,9 +9,10 @@ inherit perl-module
DESCRIPTION="1st and 2nd order differentiation of data"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
-SRC_TEST="do"
+# distribution without tests
+SRC_TEST="no"
+PATCHES=( "${FILESDIR}"/${PV}-pod.diff )