Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/charm/
Date: Tue, 01 Oct 2013 15:42:04
Message-Id: 1380642103.c7184265dc574a8b44ab9dd9d11e7f2c580794f6.ottxor@gentoo
1 commit: c7184265dc574a8b44ab9dd9d11e7f2c580794f6
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 15:41:43 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 15:41:43 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c7184265
7
8 fixed deps
9
10 Package-Manager: portage-2.2.1
11
12 ---
13 sys-cluster/charm/ChangeLog | 3 +++
14 sys-cluster/charm/charm-6.5.1-r1.ebuild | 3 ++-
15 2 files changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog
18 index 21f92a3..e449e4d 100644
19 --- a/sys-cluster/charm/ChangeLog
20 +++ b/sys-cluster/charm/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Oct 2013; Christoph Junghans <ottxor@g.o> charm-6.5.1-r1.ebuild:
26 + fixed deps
27 +
28 01 Oct 2013; Nicolas Bock <nicolasbock@×××××.com>
29 +files/charm-6.5.1-fix-navmenuGenerator.patch, charm-6.5.1-r1.ebuild:
30 sys-cluster/charm-6.5.1-r1: Fix docs with -j1 Docs don't build when using
31
32 diff --git a/sys-cluster/charm/charm-6.5.1-r1.ebuild b/sys-cluster/charm/charm-6.5.1-r1.ebuild
33 index 9b027c8..d991995 100644
34 --- a/sys-cluster/charm/charm-6.5.1-r1.ebuild
35 +++ b/sys-cluster/charm/charm-6.5.1-r1.ebuild
36 @@ -24,7 +24,8 @@ DEPEND="
37 >=app-text/poppler-0.12.3-r3[utils]
38 dev-tex/latex2html
39 virtual/tex-base
40 - >=dev-python/beautifulsoup-4
41 + >=dev-python/beautifulsoup-4[${PYTHON_USEDEP}]
42 + dev-python/lxml[${PYTHON_USEDEP}]
43 media-libs/netpbm
44 ${PYTHON_DEPS}
45 )"