diff options
Diffstat (limited to 'dev-python/ansi2html/ansi2html-0.9.4.ebuild')
-rw-r--r-- | dev-python/ansi2html/ansi2html-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansi2html/ansi2html-0.9.4.ebuild b/dev-python/ansi2html/ansi2html-0.9.4.ebuild index b428b8920a20..cd89edaaa323 100644 --- a/dev-python/ansi2html/ansi2html-0.9.4.ebuild +++ b/dev-python/ansi2html/ansi2html-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.2 2013/09/05 18:46:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.3 2013/09/28 13:49:15 sping Exp $ EAPI=5 @@ -13,7 +13,7 @@ DESCRIPTION="Convert text with ANSI color codes to HTML" HOMEPAGE="http://pypi.python.org/pypi/ansi2html https://github.com/ralphbean/ansi2html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" |