diff options
author | 2004-11-09 22:24:59 +0000 | |
---|---|---|
committer | 2004-11-09 22:24:59 +0000 | |
commit | 11f3507a68cd82eaa6055e6f3fe53e131f5215dc (patch) | |
tree | 89e87c97008af7f8805ececfd113a21742b11cff /net-im/caim | |
parent | Adding a fix for the 2.4 kNFSd security vulnerability, bug #62524. Also fixed... (diff) | |
download | gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.gz gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.tar.bz2 gentoo-2-11f3507a68cd82eaa6055e6f3fe53e131f5215dc.zip |
LICENSE fix
Diffstat (limited to 'net-im/caim')
-rw-r--r-- | net-im/caim/caim-0.03.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/caim/caim-0.03.ebuild b/net-im/caim/caim-0.03.ebuild index 0f3695563bdd..887d1391305a 100644 --- a/net-im/caim/caim-0.03.ebuild +++ b/net-im/caim/caim-0.03.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.9 2004/06/24 22:49:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.10 2004/11/09 22:24:59 mr_bones_ Exp $ inherit eutils -IUSE="" DESCRIPTION="A Console AIM Client" SRC_URI="http://www.mercyground.co.uk/${P}.tar.gz" HOMEPAGE="http://www.mercyground.co.uk" -DEPEND=">=sys-libs/ncurses-5.1" - +LICENSE="|| ( LGPL-2.1 GPL-2 )" SLOT="0" -LICENSE="LGPL-2.1 | GPL-2" KEYWORDS="x86" +IUSE="" + +DEPEND=">=sys-libs/ncurses-5.1" src_unpack() { unpack ${P}.tar.gz |