diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:13:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:13:15 +0000 |
commit | ccabb5fde4969a57fb6ecfff444e8303c468c3d1 (patch) | |
tree | db88281621251a1b8c697b7c745c74b7a3e4f0b5 /gnome-base/ORBit/ORBit-0.5.16.ebuild | |
parent | ChangeLog added (diff) | |
download | gentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.tar.gz gentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.tar.bz2 gentoo-2-ccabb5fde4969a57fb6ecfff444e8303c468c3d1.zip |
more repoman'ing
Diffstat (limited to 'gnome-base/ORBit/ORBit-0.5.16.ebuild')
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.16.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.16.ebuild b/gnome-base/ORBit/ORBit-0.5.16.ebuild index 305f1edd31aa..b5b1aa4137bc 100644 --- a/gnome-base/ORBit/ORBit-0.5.16.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.3 2002/07/17 10:13:15 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance" @@ -15,6 +15,9 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc =dev-libs/glib-1.2*" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86 ppc" src_compile() { if [ -z "`use nls`" ] ; then |