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 9C9731381F3 for ; Fri, 27 Sep 2013 18:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92CE0E086E; Fri, 27 Sep 2013 18:18:38 +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 2B2C9E086E for ; Fri, 27 Sep 2013 18:18:37 +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 C9D4033ECAB for ; Fri, 27 Sep 2013 18:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 70E74E5309 for ; Fri, 27 Sep 2013 18:18:35 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1380305902.52d9d6e1511cecfe0daf0036f9e31e5ec8f5bade.nicolasbock@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: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 52d9d6e1511cecfe0daf0036f9e31e5ec8f5bade X-VCS-Branch: master Date: Fri, 27 Sep 2013 18:18:35 +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: 58f7a822-04a0-4c82-a2e6-f0d06f3c11ca X-Archives-Hash: c2b3aa3ef630f97f4ad0efb6c99a9cb8 commit: 52d9d6e1511cecfe0daf0036f9e31e5ec8f5bade Author: Nicolas Bock gmail com> AuthorDate: Fri Sep 27 18:18:22 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Fri Sep 27 18:18:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=52d9d6e1 sys-cluster/charm-6.5.1-r1: doc depends on python-2 Package-Manager: portage-2.2.1 --- sys-cluster/charm/ChangeLog | 3 +++ sys-cluster/charm/charm-6.5.1-r1.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/sys-cluster/charm/ChangeLog b/sys-cluster/charm/ChangeLog index 07e5d6a..fa7dd1d 100644 --- a/sys-cluster/charm/ChangeLog +++ b/sys-cluster/charm/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 27 Sep 2013; Nicolas Bock charm-6.5.1-r1.ebuild: + sys-cluster/charm-6.5.1-r1: doc depends on python-2 + + 27 Sep 2013; Nicolas Bock charm-6.5.1-r1.ebuild: sys-cluster/charm-6.5.1-r1: Added another missing DEPEND. 27 Sep 2013; Nicolas Bock diff --git a/sys-cluster/charm/charm-6.5.1-r1.ebuild b/sys-cluster/charm/charm-6.5.1-r1.ebuild index 11f8beb..b4e2913 100644 --- a/sys-cluster/charm/charm-6.5.1-r1.ebuild +++ b/sys-cluster/charm/charm-6.5.1-r1.ebuild @@ -4,6 +4,8 @@ EAPI=5 +PYTHON_DEPEND="doc? 2" + inherit eutils flag-o-matic fortran-2 multilib toolchain-funcs DESCRIPTION="Message-passing parallel language and runtime system"