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 29DE7138010 for ; Fri, 21 Sep 2012 06:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D91DE00E6; Fri, 21 Sep 2012 06:10:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CBDD7E00E6 for ; Fri, 21 Sep 2012 06:10:26 +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 1DC7233D31C for ; Fri, 21 Sep 2012 06:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BFCF2E5445 for ; Fri, 21 Sep 2012 06:10:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1348207807.bfc6b961dcc9c9f9680451f865592077112793e2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/phenix-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/phenix-bin/ChangeLog sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild X-VCS-Directories: sci-chemistry/phenix-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bfc6b961dcc9c9f9680451f865592077112793e2 X-VCS-Branch: master Date: Fri, 21 Sep 2012 06:10:24 +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: 900efdfc-fa50-4ec5-a106-fd18a199d123 X-Archives-Hash: 9f725b3490df79318a1938f07fc638a0 commit: bfc6b961dcc9c9f9680451f865592077112793e2 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 21 06:10:07 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 21 06:10:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bfc6b961 sci-chemistry/phenix-bin: Add missing dep (Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit) --- sci-chemistry/phenix-bin/ChangeLog | 3 +++ .../phenix-bin/phenix-bin-1.8.1069.ebuild | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sci-chemistry/phenix-bin/ChangeLog b/sci-chemistry/phenix-bin/ChangeLog index 063fad4..22c887a 100644 --- a/sci-chemistry/phenix-bin/ChangeLog +++ b/sci-chemistry/phenix-bin/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 21 Sep 2012; Justin Lecher phenix-bin-1.8.1069.ebuild: + Add missing dep + + 21 Sep 2012; Justin Lecher phenix-bin-1.8.1069.ebuild: Don't double prefix 21 Sep 2012; Justin Lecher phenix-bin-1.8.1069.ebuild: diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild index c2aed71..fa7088c 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild @@ -23,6 +23,10 @@ LICENSE="phenix" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +RDEPEND=" + media-libs/jpeg:62" +DEPEND="" + RESTRICT="fetch" QA_PREBUILT="opt/phenix-${MY_PV}/.*"