summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-19 07:00:48 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-19 07:00:48 +0000
commita292f0e7aa7d312600fd3aa8fdec744f3fd7a00f (patch)
treebdc851f7bf701b08a6ad6879d5c10acd8bf27453 /sci-libs
parentsci-libs/libqalculate: Some resorting in the ebuild (diff)
downloadgentoo-2-a292f0e7aa7d312600fd3aa8fdec744f3fd7a00f.tar.gz
gentoo-2-a292f0e7aa7d312600fd3aa8fdec744f3fd7a00f.tar.bz2
gentoo-2-a292f0e7aa7d312600fd3aa8fdec744f3fd7a00f.zip
sci-libs/scipy: Add missing local use description, #469532
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/scipy/ChangeLog5
-rw-r--r--sci-libs/scipy/metadata.xml17
2 files changed, 13 insertions, 9 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog
index b2bfe1dedff9..dd84b6258835 100644
--- a/sci-libs/scipy/ChangeLog
+++ b/sci-libs/scipy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/scipy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.91 2013/04/29 18:00:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.92 2013/05/19 07:00:48 jlec Exp $
+
+ 19 May 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add missing local use description, #469532
29 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> scipy-0.12.0.ebuild:
Documentation split to avoid collision
diff --git a/sci-libs/scipy/metadata.xml b/sci-libs/scipy/metadata.xml
index 3fcc27d2e030..bb5f7eb29fbc 100644
--- a/sci-libs/scipy/metadata.xml
+++ b/sci-libs/scipy/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular numpy module, gathering a variety of high level
science and engineering modules together as a single package.
@@ -10,10 +10,11 @@
integration, special functions, signal and image processing, genetic
algorithms, ODE solvers, and others.
</longdescription>
-<use>
- <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
-</use>
-<upstream>
- <remote-id type="pypi">scipy</remote-id>
-</upstream>
+ <use>
+ <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
+ <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
+ </use>
+ <upstream>
+ <remote-id type="pypi">scipy</remote-id>
+ </upstream>
</pkgmetadata>