From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SdFTy-000310-Qi for garchives@archives.gentoo.org; Sat, 09 Jun 2012 06:49:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDA60E01C9; Sat, 9 Jun 2012 06:49:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0086E01C9 for ; Sat, 9 Jun 2012 06:49:03 +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 1FCD71B4016 for ; Sat, 9 Jun 2012 06:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D1FD0E5432 for ; Sat, 9 Jun 2012 06:49:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1339224511.2a6218def4d7adc27d15edc4b7e113a2d28e8478.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cluster/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/cluster/ChangeLog sci-biology/cluster/cluster-1.50-r1.ebuild sci-biology/cluster/cluster-1.50.ebuild X-VCS-Directories: sci-biology/cluster/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2a6218def4d7adc27d15edc4b7e113a2d28e8478 X-VCS-Branch: master Date: Sat, 9 Jun 2012 06:49:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ee815218-e2c5-466e-a2f5-335558dd8113 X-Archives-Hash: 09466d502b60dcc25991f9445ea1dc42 commit: 2a6218def4d7adc27d15edc4b7e113a2d28e8478 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 9 06:48:31 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 9 06:48:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2a6218de sci-biology/cluster: Correct masking, #419999 (Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest comm= it) --- sci-biology/cluster/ChangeLog | 4 ++++ sci-biology/cluster/cluster-1.50-r1.ebuild | 1 - sci-biology/cluster/cluster-1.50.ebuild | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-biology/cluster/ChangeLog b/sci-biology/cluster/ChangeLo= g index b0888e5..9a490de 100644 --- a/sci-biology/cluster/ChangeLog +++ b/sci-biology/cluster/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 09 Jun 2012; Justin Lecher cluster-1.50.ebuild, + cluster-1.50-r1.ebuild: + Correct masking, #419999 + *cluster-1.50-r1 (07 Jun 2012) =20 07 Jun 2012; Justin Lecher +cluster-1.50-r1.ebuild: diff --git a/sci-biology/cluster/cluster-1.50-r1.ebuild b/sci-biology/clu= ster/cluster-1.50-r1.ebuild index 85fb43b..37589b6 100644 --- a/sci-biology/cluster/cluster-1.50-r1.ebuild +++ b/sci-biology/cluster/cluster-1.50-r1.ebuild @@ -15,7 +15,6 @@ IUSE=3D"X" =20 DEPEND=3D"X? ( x11-libs/openmotif )" RDEPEND=3D" - !>=3Dmedia-gfx/graphviz-2.28.0 X? ( x11-misc/xdg-utils app-text/mupdf )" =20 RESTRICT=3D"fetch" diff --git a/sci-biology/cluster/cluster-1.50.ebuild b/sci-biology/cluste= r/cluster-1.50.ebuild index 614ff43..9e38857 100644 --- a/sci-biology/cluster/cluster-1.50.ebuild +++ b/sci-biology/cluster/cluster-1.50.ebuild @@ -14,7 +14,9 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"X" =20 DEPEND=3D"X? ( x11-libs/openmotif )" -RDEPEND=3D"X? ( x11-misc/xdg-utils app-text/mupdf )" +RDEPEND=3D" + !>=3Dmedia-gfx/graphviz-2.28.0 + X? ( x11-misc/xdg-utils app-text/mupdf )" =20 RESTRICT=3D"fetch" =20