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 AFD311381F3 for ; Wed, 14 Nov 2012 14:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B53821C005; Wed, 14 Nov 2012 14:42:00 +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 0D12F21C005 for ; Wed, 14 Nov 2012 14:41:59 +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 E74C433DB65 for ; Wed, 14 Nov 2012 14:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5E955E5444 for ; Wed, 14 Nov 2012 14:41:57 +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: <1352904091.086f7d4a05fa0348373efdcb44d5a0862f75331f.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.1.1168.ebuild X-VCS-Directories: sci-chemistry/phenix-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 086f7d4a05fa0348373efdcb44d5a0862f75331f X-VCS-Branch: master Date: Wed, 14 Nov 2012 14:41:57 +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: 62782d0f-74d7-46af-bfda-8285a47aea96 X-Archives-Hash: 1dd9d07ef92dc6c1be3d7b3f56c3bc03 commit: 086f7d4a05fa0348373efdcb44d5a0862f75331f Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 14 14:41:31 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 14 14:41:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=086f7d4a sci-chemistry/phenix-bin: Fix deps Package-Manager: portage-2.2.0_alpha142 --- sci-chemistry/phenix-bin/ChangeLog | 3 ++ .../phenix-bin/phenix-bin-1.8.1.1168.ebuild | 36 +++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/phenix-bin/ChangeLog b/sci-chemistry/phenix-bin/ChangeLog index 2647479..a32c5ba 100644 --- a/sci-chemistry/phenix-bin/ChangeLog +++ b/sci-chemistry/phenix-bin/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Nov 2012; Justin Lecher phenix-bin-1.8.1.1168.ebuild: + Fix deps + *phenix-bin-1.8.1.1168 (09 Oct 2012) 09 Oct 2012; Justin Lecher +phenix-bin-1.8.1.1168.ebuild, diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.1.1168.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.1.1168.ebuild index 75fe8b0..990525e 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.1.1168.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.1.1168.ebuild @@ -24,7 +24,41 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - media-libs/jpeg:62" + app-arch/bzip2 + dev-db/sqlite:3 + dev-libs/atk + dev-libs/boost + dev-libs/expat + dev-libs/glib:2 + dev-libs/openssl + media-gfx/nvidia-cg-toolkit + media-libs/fontconfig + media-libs/freetype + media-libs/jpeg:62 + media-libs/libpng:1.2 + sys-libs/db:4.8 + sys-libs/gdbm + sys-libs/ncurses + sys-libs/readline + virtual/glu + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/pango + x11-libs/pixman + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXinerama + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXxf86vm + sys-libs/zlib" DEPEND="" RESTRICT="fetch"