diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 14:31:36 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 14:31:36 +0000 |
commit | 13b5157afaf4be07dd85da852a4cf81390092008 (patch) | |
tree | f13d7cced453fbb9c67684f3181069dbb472c77d /net-misc/omniORB/omniORB-4.0.0.ebuild | |
parent | unmask (diff) | |
download | gentoo-2-13b5157afaf4be07dd85da852a4cf81390092008.tar.gz gentoo-2-13b5157afaf4be07dd85da852a4cf81390092008.tar.bz2 gentoo-2-13b5157afaf4be07dd85da852a4cf81390092008.zip |
unmask, changelog and repoman fixes
Diffstat (limited to 'net-misc/omniORB/omniORB-4.0.0.ebuild')
-rw-r--r-- | net-misc/omniORB/omniORB-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/omniORB/omniORB-4.0.0.ebuild b/net-misc/omniORB/omniORB-4.0.0.ebuild index 48c011a98fd9..0c60e1940326 100644 --- a/net-misc/omniORB/omniORB-4.0.0.ebuild +++ b/net-misc/omniORB/omniORB-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.0.ebuild,v 1.5 2003/02/13 15:03:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.0.ebuild,v 1.6 2003/07/13 14:31:36 aliz 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 -sparc -ppc" +KEYWORDS="x86 -sparc -ppc" RDEPEND="dev-lang/python ssl? ( >=dev-libs/openssl-0.9.6b )" |