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 1Qa9vJ-0003Dh-VZ for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:12:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A431C07D; Fri, 24 Jun 2011 17:09:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E1731C1EA for ; Fri, 24 Jun 2011 17:09:10 +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 A3B221B4013 for ; Fri, 24 Jun 2011 17:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9FB7B80051 for ; Fri, 24 Jun 2011 17:09:09 +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: <78c4a3d9418b6d73b99bc62fa80de2f7f8102935.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/omniorbpy/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/omniorbpy/ChangeLog dev-python/omniorbpy/omniorbpy-3.4.ebuild X-VCS-Directories: dev-python/omniorbpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 78c4a3d9418b6d73b99bc62fa80de2f7f8102935 Date: Fri, 24 Jun 2011 17:09:09 +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: a6d46e993390a24192aadc57df34fe18 commit: 78c4a3d9418b6d73b99bc62fa80de2f7f8102935 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 12:13:16 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 12:13:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D78c4a3d9 Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- dev-python/omniorbpy/ChangeLog | 5 ++++- dev-python/omniorbpy/omniorbpy-3.4.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/omniorbpy/ChangeLog b/dev-python/omniorbpy/Change= Log index f1d4e58..945098f 100644 --- a/dev-python/omniorbpy/ChangeLog +++ b/dev-python/omniorbpy/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/omniorbpy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 24 Jun 2011; Justin Lecher omniorbpy-3.4.ebuild: + Sort inherit and/or USE + 26 Jun 2010; Justin Lecher omniorbpy-3.4.ebuild: Python ABI fixes =20 diff --git a/dev-python/omniorbpy/omniorbpy-3.4.ebuild b/dev-python/omnio= rbpy/omniorbpy-3.4.ebuild index f903ffd..d78ffc6 100644 --- a/dev-python/omniorbpy/omniorbpy-3.4.ebuild +++ b/dev-python/omniorbpy/omniorbpy-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -7,7 +7,7 @@ EAPI=3D"3" PYTHON_DEPEND=3D"2" SUPPORT_PYTHON_ABIS=3D"1" =20 -inherit eutils python multilib +inherit eutils multilib python =20 MY_P=3D${P/omniorb/omniORB} S=3D${WORKDIR}/${MY_P}