diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-02-01 11:21:41 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-02-01 11:21:41 +0000 |
commit | 5bee48ed6d9415b9f3b1d0b1c73c53fb1c81d364 (patch) | |
tree | ed18a5529b9c590136e66f3fb559e3c6a4548778 /net-irc/smuxi | |
parent | Version bump. (diff) | |
download | gentoo-2-5bee48ed6d9415b9f3b1d0b1c73c53fb1c81d364.tar.gz gentoo-2-5bee48ed6d9415b9f3b1d0b1c73c53fb1c81d364.tar.bz2 gentoo-2-5bee48ed6d9415b9f3b1d0b1c73c53fb1c81d364.zip |
GPL, not LGPL
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/smuxi')
-rw-r--r-- | net-irc/smuxi/smuxi-0.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/smuxi/smuxi-0.6.3.ebuild b/net-irc/smuxi/smuxi-0.6.3.ebuild index 8c13e91e479a..27abdc7c0e43 100644 --- a/net-irc/smuxi/smuxi-0.6.3.ebuild +++ b/net-irc/smuxi/smuxi-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.3 2009/02/01 02:55:41 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.4 2009/02/01 11:21:41 loki_val Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" +LICENSE="|| ( GPL-2 GPL-3 )" RDEPEND=">=dev-lang/mono-2.0 >=dev-dotnet/smartirc4net-0.4.5.1 |