diff options
Diffstat (limited to 'dev-python/mozprofile/mozprofile-0.4.ebuild')
-rw-r--r-- | dev-python/mozprofile/mozprofile-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mozprofile/mozprofile-0.4.ebuild b/dev-python/mozprofile/mozprofile-0.4.ebuild index 7a6cbed27e58..aee328397bb9 100644 --- a/dev-python/mozprofile/mozprofile-0.4.ebuild +++ b/dev-python/mozprofile/mozprofile-0.4.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/dev-python/mozprofile/mozprofile-0.4.ebuild,v 1.1 2012/08/24 09:10:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.4.ebuild,v 1.2 2012/08/27 15:48:46 floppym Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ DESCRIPTION="Handling of Mozilla XUL app profiles" HOMEPAGE="http://github.com/mozautomation/mozmill http://pypi.python.org/pypi/mozprofile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" +LICENSE="MPL-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |