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 1Qa9wF-0003Kc-OR for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:13:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069181C22E; Fri, 24 Jun 2011 17:09:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE8FC1C216 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 5C1742AC001 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 BD0CD80040 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: <5f93421d23e9244ea8edbe22c1d888af4c7428e2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol/pymol-9999.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5f93421d23e9244ea8edbe22c1d888af4c7428e2 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: 7bb359a3689e7cf72528e2813936c070 commit: 5f93421d23e9244ea8edbe22c1d888af4c7428e2 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 13:06:10 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 13:06:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D5f93421d Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/pymol/pymol-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/= pymol-9999.ebuild index 53f9bb2..62a7a60 100644 --- a/sci-chemistry/pymol/pymol-9999.ebuild +++ b/sci-chemistry/pymol/pymol-9999.ebuild @@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS=3D"2.4 2.5 3.*" PYTHON_USE_WITH=3D"tk" PYTHON_MODNAME=3D"${PN} chempy pmg_tk pmg_wx" =20 -inherit eutils distutils prefix subversion versionator +inherit distutils eutils prefix subversion versionator =20 DESCRIPTION=3D"A Python-extensible molecular graphics system." HOMEPAGE=3D"http://pymol.sourceforge.net/"