diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-24 09:42:34 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-24 09:42:34 +0000 |
commit | 5ef6c72d43d9a51347ba17168643d2f7053a2da8 (patch) | |
tree | 4105eae62cfe14e5d0057eca6fd59993f57bcbd0 /net-misc/omniORB | |
parent | fixed #90133 for macos lacking lchown. fixed bug with looping during -e system. (diff) | |
download | gentoo-2-5ef6c72d43d9a51347ba17168643d2f7053a2da8.tar.gz gentoo-2-5ef6c72d43d9a51347ba17168643d2f7053a2da8.tar.bz2 gentoo-2-5ef6c72d43d9a51347ba17168643d2f7053a2da8.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-4.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index 0f8e3150a4d3..7d6b9aa8ba33 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/omniORB # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.34 2005/04/20 15:31:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.35 2005/04/24 09:40:15 blubb Exp $ + + 24 Apr 2005; Simon Stelling <blubb@gentoo.org> omniORB-4.0.5.ebuild: + stable on amd64 *omniORB-4.0.6 (20 Apr 2005) diff --git a/net-misc/omniORB/omniORB-4.0.5.ebuild b/net-misc/omniORB/omniORB-4.0.5.ebuild index 1e02a1d0e1f2..7e2277cc935a 100644 --- a/net-misc/omniORB/omniORB-4.0.5.ebuild +++ b/net-misc/omniORB/omniORB-4.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.5.ebuild,v 1.3 2005/04/20 15:31:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.5.ebuild,v 1.4 2005/04/24 09:40:15 blubb Exp $ DESCRIPTION="A robust, high-performance CORBA 2 ORB" SRC_URI="mirror://sourceforge/omniorb/${PF}.tar.gz" @@ -10,7 +10,7 @@ IUSE="ssl" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha ~ia64 ~amd64 ~ppc ~ppc64" +KEYWORDS="x86 ~alpha ~ia64 amd64 ~ppc ~ppc64" DEPEND="dev-lang/python ssl? ( >=dev-libs/openssl-0.9.6b )" |