diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-23 22:55:46 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-23 22:55:46 +0000 |
commit | 6a0fbe6a171dfac0ea9712b94a601e275ac6630a (patch) | |
tree | 218cb46d46a86212d86687354cffd452e1df505e /net-p2p | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-6a0fbe6a171dfac0ea9712b94a601e275ac6630a.tar.gz gentoo-2-6a0fbe6a171dfac0ea9712b94a601e275ac6630a.tar.bz2 gentoo-2-6a0fbe6a171dfac0ea9712b94a601e275ac6630a.zip |
small LICENSE fix
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/xmule-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/xmule/xmule-1.9.0.ebuild b/net-p2p/xmule/xmule-1.9.0.ebuild index fc891a7f9a9c..a3a6bb83b582 100644 --- a/net-p2p/xmule/xmule-1.9.0.ebuild +++ b/net-p2p/xmule/xmule-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.9.0.ebuild,v 1.2 2004/08/23 17:51:15 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.9.0.ebuild,v 1.3 2004/08/23 22:55:46 squinky86 Exp $ inherit wxwidgets @@ -8,7 +8,7 @@ DESCRIPTION="wxWidgets based client for the eDonkey/eMule/lMule network" HOMEPAGE="http://xmule.ws/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="LGPL-2 ZLIB GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" |