aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gromacs-manual/ChangeLog4
-rw-r--r--app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild7
2 files changed, 8 insertions, 3 deletions
diff --git a/app-doc/gromacs-manual/ChangeLog b/app-doc/gromacs-manual/ChangeLog
index 338a2e38c..0d75ae9ca 100644
--- a/app-doc/gromacs-manual/ChangeLog
+++ b/app-doc/gromacs-manual/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Nov 2012; Christoph Junghans <ottxor@gentoo.org>
+ gromacs-manual-4.6.9999.ebuild:
+ updated build and deps
+
*gromacs-manual-4.6.9999 (04 Oct 2012)
04 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
diff --git a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
index 43597e9ab..de6631a31 100644
--- a/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
+++ b/app-doc/gromacs-manual/gromacs-manual-4.6.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
EGIT_REPO_URI="git://git.gromacs.org/manual"
if [[ ${PV} = 9999 ]]; then
@@ -23,9 +23,10 @@ KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="
- ~sci-chemistry/gromacs-${PV}
+ ~sci-chemistry/gromacs-${PV}:=
dev-texlive/texlive-latex
- sys-apps/coreutils"
+ sys-apps/coreutils
+ app-shells/tcsh"
RDEPEND=""
src_prepare() {