diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-04-13 17:48:35 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-04-13 17:48:35 +0000 |
commit | 2dc9b3a2a52a27107d5ab1b59fedd12303105d90 (patch) | |
tree | 45c5daecf58567497bb5bf01f56125003466669c /net-misc/omniORB/omniORB-4.0.6.ebuild | |
parent | Removing profile.bashrc so it won't throw out messages which make Halcy-n sad. (diff) | |
download | gentoo-2-2dc9b3a2a52a27107d5ab1b59fedd12303105d90.tar.gz gentoo-2-2dc9b3a2a52a27107d5ab1b59fedd12303105d90.tar.bz2 gentoo-2-2dc9b3a2a52a27107d5ab1b59fedd12303105d90.zip |
Add ~sparc keyword. Builds and runs on sparc. (Has not always been the
case.)
(Portage version: 2.1_pre8-r3)
Diffstat (limited to 'net-misc/omniORB/omniORB-4.0.6.ebuild')
-rw-r--r-- | net-misc/omniORB/omniORB-4.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/omniORB/omniORB-4.0.6.ebuild b/net-misc/omniORB/omniORB-4.0.6.ebuild index b5c8f61ba97e..c64f7da85910 100644 --- a/net-misc/omniORB/omniORB-4.0.6.ebuild +++ b/net-misc/omniORB/omniORB-4.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.6.ebuild,v 1.1 2005/04/20 15:31:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/omniORB-4.0.6.ebuild,v 1.2 2006/04/13 17:48:35 fmccor Exp $ inherit python @@ -12,7 +12,7 @@ IUSE="ssl" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ia64 ~amd64 ~ppc ~ppc64" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" DEPEND="dev-lang/python ssl? ( >=dev-libs/openssl-0.9.6b )" |