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 1Qa9ym-0003r1-4Z for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:15:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDEB41C240; Fri, 24 Jun 2011 17:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90DE11C230 for ; Fri, 24 Jun 2011 17:09:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36C301B4022 for ; Fri, 24 Jun 2011 17:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 91C2F8003E for ; Fri, 24 Jun 2011 17:09:17 +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: <4c613d9a6911fd113355f76bd2944fbf7888a7fd.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/phaser/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/phaser/phaser-2.1.4-r1.ebuild sci-chemistry/phaser/phaser-2.1.4.ebuild X-VCS-Directories: sci-chemistry/phaser/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4c613d9a6911fd113355f76bd2944fbf7888a7fd Date: Fri, 24 Jun 2011 17:09:17 +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: X-Archives-Hash: 1c51a2434261440058d477162748c38b commit: 4c613d9a6911fd113355f76bd2944fbf7888a7fd Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 13:06:02 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 13:06:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D4c613d9a Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/phaser/phaser-2.1.4-r1.ebuild | 2 +- sci-chemistry/phaser/phaser-2.1.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/phaser/phaser-2.1.4-r1.ebuild b/sci-chemistry/= phaser/phaser-2.1.4-r1.ebuild index 93fdd49..2f8cafa 100644 --- a/sci-chemistry/phaser/phaser-2.1.4-r1.ebuild +++ b/sci-chemistry/phaser/phaser-2.1.4-r1.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D"2" =20 -inherit python base flag-o-matic +inherit base flag-o-matic python =20 DESCRIPTION=3D"A program for phasing macromolecular crystal structures" HOMEPAGE=3D"http://www-structmed.cimr.cam.ac.uk/phaser" diff --git a/sci-chemistry/phaser/phaser-2.1.4.ebuild b/sci-chemistry/pha= ser/phaser-2.1.4.ebuild index beb867e..73f18f4 100644 --- a/sci-chemistry/phaser/phaser-2.1.4.ebuild +++ b/sci-chemistry/phaser/phaser-2.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -inherit toolchain-funcs python eutils +inherit eutils python toolchain-funcs =20 DESCRIPTION=3D"Phasing macromolecular crystal structures with maximum li= kelihood methods" SRC_URI=3D"ftp://ftp.ccp4.ac.uk/ccp4/6.1.1/${P}-cctbx-src.tar.gz"