diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:37:37 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 13:37:37 +0000 |
commit | 9ca30a9717bdccfa7996f097d73c6fc2341bf755 (patch) | |
tree | 034b7a1c78cbe93d31997d37e032c9d29ba300f8 /net-misc/omniORB | |
parent | Stable on hppa (diff) | |
download | historical-9ca30a9717bdccfa7996f097d73c6fc2341bf755.tar.gz historical-9ca30a9717bdccfa7996f097d73c6fc2341bf755.tar.bz2 historical-9ca30a9717bdccfa7996f097d73c6fc2341bf755.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
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 1701cef79bc3..1173240a5eb8 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.37 2005/06/06 11:21:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.38 2005/08/07 13:34:07 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> omniORB-4.0.5.ebuild: + Stable on ppc. 06 Jun 2005; Markus Rothe <corsair@gentoo.org> omniORB-4.0.5.ebuild: Stable on ppc64 diff --git a/net-misc/omniORB/omniORB-4.0.5.ebuild b/net-misc/omniORB/omniORB-4.0.5.ebuild index d50dcaac817a..610e1e186cf3 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.6 2005/06/06 11:21:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.5.ebuild,v 1.7 2005/08/07 13:34:07 hansmi 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="alpha amd64 ~ia64 ~ppc ppc64 x86" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 x86" DEPEND="dev-lang/python ssl? ( >=dev-libs/openssl-0.9.6b )" |