From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C8A31381F3 for ; Tue, 1 Oct 2013 15:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39748E0BBA; Tue, 1 Oct 2013 15:42:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB0B5E0BBA for ; Tue, 1 Oct 2013 15:42:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E6D33EAE6 for ; Tue, 1 Oct 2013 15:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 97E4FE5308 for ; Tue, 1 Oct 2013 15:41:58 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1380642103.c7184265dc574a8b44ab9dd9d11e7f2c580794f6.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/charm/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/charm/ChangeLog sys-cluster/charm/charm-6.5.1-r1.ebuild X-VCS-Directories: sys-cluster/charm/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: c7184265dc574a8b44ab9dd9d11e7f2c580794f6 X-VCS-Branch: master Date: Tue, 1 Oct 2013 15:41:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 31c6fc6e-95ce-47f9-9d99-b4161a879d40 X-Archives-Hash: 333501d0ccd01bc474d5c32db8e351e5 commit: c7184265dc574a8b44ab9dd9d11e7f2c580794f6 Author: Christoph Junghans gentoo org> AuthorDate: Tue Oct 1 15:41:43 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Oct 1 15:41:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c7184265 fixed deps Package-Manager: portage-2.2.1 --- sys-cluster/charm/ChangeLog | 3 +++ sys-cluster/charm/charm-6.5.1-r1.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog index 21f92a3..e449e4d 100644 --- a/sys-cluster/charm/ChangeLog +++ b/sys-cluster/charm/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Oct 2013; Christoph Junghans charm-6.5.1-r1.ebuild: + fixed deps + 01 Oct 2013; Nicolas Bock +files/charm-6.5.1-fix-navmenuGenerator.patch, charm-6.5.1-r1.ebuild: sys-cluster/charm-6.5.1-r1: Fix docs with -j1 Docs don't build when using diff --git a/sys-cluster/charm/charm-6.5.1-r1.ebuild b/sys-cluster/charm/charm-6.5.1-r1.ebuild index 9b027c8..d991995 100644 --- a/sys-cluster/charm/charm-6.5.1-r1.ebuild +++ b/sys-cluster/charm/charm-6.5.1-r1.ebuild @@ -24,7 +24,8 @@ DEPEND=" >=app-text/poppler-0.12.3-r3[utils] dev-tex/latex2html virtual/tex-base - >=dev-python/beautifulsoup-4 + >=dev-python/beautifulsoup-4[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] media-libs/netpbm ${PYTHON_DEPS} )"