diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-01 10:12:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-01 10:12:09 +0000 |
commit | 76d47c6ab17c1d43fa82355c0c84d7fc65f82423 (patch) | |
tree | 3aa0876a731cb0305ae770ccf64c466780b00674 /app-editors/leo/leo-4.10.ebuild | |
parent | Applied fix wrt bug #437108 to older ebuilds. (diff) | |
download | gentoo-2-76d47c6ab17c1d43fa82355c0c84d7fc65f82423.tar.gz gentoo-2-76d47c6ab17c1d43fa82355c0c84d7fc65f82423.tar.bz2 gentoo-2-76d47c6ab17c1d43fa82355c0c84d7fc65f82423.zip |
Specify LICENSE more precisely, MIT according to LICENSE.TXT in zipball.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-editors/leo/leo-4.10.ebuild')
-rw-r--r-- | app-editors/leo/leo-4.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/leo/leo-4.10.ebuild b/app-editors/leo/leo-4.10.ebuild index ebb6d7c2114d..0947366f9558 100644 --- a/app-editors/leo/leo-4.10.ebuild +++ b/app-editors/leo/leo-4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.10.ebuild,v 1.1 2012/04/08 19:31:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.10.ebuild,v 1.2 2012/11/01 10:12:09 ulm Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -16,7 +16,7 @@ DESCRIPTION="Leo: Literate Editor with Outlines" HOMEPAGE="http://leo.sourceforge.net/ http://pypi.python.org/pypi/leo" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |