aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>