aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 08:12:10 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-13 08:12:25 +0200
commitb300f1b9f1b67d6acf55e421486173ac339574c7 (patch)
treeeb6afba99d4b20c4c669d8974abe8068702bf3e9 /sci-libs
parentMerge branch 'master' of git://git.overlays.gentoo.org/proj/sci; github.com:g... (diff)
downloadsci-b300f1b9f1b67d6acf55e421486173ac339574c7.tar.gz
sci-b300f1b9f1b67d6acf55e421486173ac339574c7.tar.bz2
sci-b300f1b9f1b67d6acf55e421486173ac339574c7.zip
sci-libs/ipopt: Fix local USE description
Package-Manager: portage-2.2.0_alpha179 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ipopt/ChangeLog3
-rw-r--r--sci-libs/ipopt/metadata.xml11
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/ipopt/ChangeLog b/sci-libs/ipopt/ChangeLog
index c0da7429e..f35fa610a 100644
--- a/sci-libs/ipopt/ChangeLog
+++ b/sci-libs/ipopt/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jun 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Fix local USE description
+
*ipopt-3.11.0 (12 Jun 2013)
12 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +ipopt-3.11.0.ebuild,
diff --git a/sci-libs/ipopt/metadata.xml b/sci-libs/ipopt/metadata.xml
index e5270ee85..6d6ec6956 100644
--- a/sci-libs/ipopt/metadata.xml
+++ b/sci-libs/ipopt/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">
Ipopt is a solver for large-scale nonlinear continuous
optimization. It can be used from modeling environments, such as
AMPL, GAMS, or Matlab, and it is also available as a callable library with
@@ -11,7 +11,8 @@
larger COIN-OR initiative (Computational Infrastructure for Operations
Research).
</longdescription>
-<use>
- <flag name='mumps'>Enable <pkg>sci-libs/mumps</pkg> support</flag>
-</use>
+ <use>
+ <flag name="hsl">hsl</flag>
+ <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
+ </use>
</pkgmetadata>