summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-05-22 00:56:34 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-05-22 00:56:34 +0000
commit1834072ca8b4ed938a6508b8e34e32139192ac49 (patch)
tree939650b27db6314c09e057500c2b7e2c21845245 /sci-libs/openmm
parentfix dependencies for bug #469850 (diff)
downloadgentoo-2-1834072ca8b4ed938a6508b8e34e32139192ac49.tar.gz
gentoo-2-1834072ca8b4ed938a6508b8e34e32139192ac49.tar.bz2
gentoo-2-1834072ca8b4ed938a6508b8e34e32139192ac49.zip
fix deps (bug #470706)
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/openmm')
-rw-r--r--sci-libs/openmm/ChangeLog5
-rw-r--r--sci-libs/openmm/openmm-5.0.1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/openmm/ChangeLog b/sci-libs/openmm/ChangeLog
index 42cf1d336d48..8d2b49f94f24 100644
--- a/sci-libs/openmm/ChangeLog
+++ b/sci-libs/openmm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/openmm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.7 2013/03/10 02:31:59 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.8 2013/05/22 00:56:34 ottxor Exp $
+
+ 22 May 2013; Christoph Junghans <ottxor@gentoo.org> openmm-5.0.1.ebuild:
+ fix deps (bug #470706)
*openmm-5.0.1 (10 Mar 2013)
diff --git a/sci-libs/openmm/openmm-5.0.1.ebuild b/sci-libs/openmm/openmm-5.0.1.ebuild
index 7e09d3392759..3606f819f0d1 100644
--- a/sci-libs/openmm/openmm-5.0.1.ebuild
+++ b/sci-libs/openmm/openmm-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild,v 1.1 2013/03/10 02:31:59 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild,v 1.2 2013/05/22 00:56:34 ottxor Exp $
EAPI="5"
@@ -23,7 +23,9 @@ RDEPEND="
opencl? ( virtual/opencl )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
- wrappers? ( dev-cpp/gccxml virtual/jre )"
+ wrappers? (
+ dev-cpp/gccxml virtual/jre
+ app-doc/doxygen )" # wrappers need doxygen #470706
S="${WORKDIR}/${MY_P}"