diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:11:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 20:11:36 +0000 |
commit | 0c02505b0cc3bdd24501969f2a1135c5b3a838ff (patch) | |
tree | 623b0b9d56aa9174403d634a97e86feb809db65c /net-misc/omniORB | |
parent | stable on alpha (Manifest recommit) (diff) | |
download | gentoo-2-0c02505b0cc3bdd24501969f2a1135c5b3a838ff.tar.gz gentoo-2-0c02505b0cc3bdd24501969f2a1135c5b3a838ff.tar.bz2 gentoo-2-0c02505b0cc3bdd24501969f2a1135c5b3a838ff.zip |
add ~alpha and ~ia64 for the sake of dev-util/eric
Diffstat (limited to 'net-misc/omniORB')
-rw-r--r-- | net-misc/omniORB/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/omniORB/omniORB-4.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/omniORB/ChangeLog b/net-misc/omniORB/ChangeLog index d3d5973ad3b7..6ed81e4751df 100644 --- a/net-misc/omniORB/ChangeLog +++ b/net-misc/omniORB/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/omniORB -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.17 2003/12/15 23:02:22 kloeri Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/ChangeLog,v 1.18 2004/02/17 20:11:36 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> omniORB-4.0.3.ebuild: + add ~alpha and ~ia64 for the sake of dev-util/eric 16 Dec 2003; Bryan Østergaard,,, <kloeri@gentoo.org> omniORB-4.0.2.ebuild: Mark omniORB-4.0.2 x86. diff --git a/net-misc/omniORB/omniORB-4.0.3.ebuild b/net-misc/omniORB/omniORB-4.0.3.ebuild index c3e3d21dec08..e4cc951d71a4 100644 --- a/net-misc/omniORB/omniORB-4.0.3.ebuild +++ b/net-misc/omniORB/omniORB-4.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.3.ebuild,v 1.1 2003/12/15 22:15:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.3.ebuild,v 1.2 2004/02/17 20:11:36 agriffis 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" +KEYWORDS="~x86 ~alpha ~ia64" RDEPEND="dev-lang/python ssl? ( >=dev-libs/openssl-0.9.6b )" |