diff options
author | Matt Thode <prometheanfire@gentoo.org> | 2012-12-28 04:19:51 +0000 |
---|---|---|
committer | Matt Thode <prometheanfire@gentoo.org> | 2012-12-28 04:19:51 +0000 |
commit | 7269e43afd838c1ec176b6c32f9d97e42174b297 (patch) | |
tree | c52e72099079c50979020a6c98b3b83ea656465b /dev-python/hgtools/hgtools-2.0.2.ebuild | |
parent | Initial add of dev-python/pytest-runner (needed for dev-python/keyring) (diff) | |
download | historical-7269e43afd838c1ec176b6c32f9d97e42174b297.tar.gz historical-7269e43afd838c1ec176b6c32f9d97e42174b297.tar.bz2 historical-7269e43afd838c1ec176b6c32f9d97e42174b297.zip |
Fixed the licencing of hgtools to be correct (as BSD-2, now GPL-2)
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0x2471EB3E40AC5AC3
Diffstat (limited to 'dev-python/hgtools/hgtools-2.0.2.ebuild')
-rw-r--r-- | dev-python/hgtools/hgtools-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hgtools/hgtools-2.0.2.ebuild b/dev-python/hgtools/hgtools-2.0.2.ebuild index 470eeb5efec0..21f23acee9ab 100644 --- a/dev-python/hgtools/hgtools-2.0.2.ebuild +++ b/dev-python/hgtools/hgtools-2.0.2.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/hgtools/hgtools-2.0.2.ebuild,v 1.1 2012/12/28 04:16:42 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v 1.2 2012/12/28 04:19:45 prometheanfire Exp $ EAPI=4 @@ -11,7 +11,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Classes and setuptools plugin for Mercurial repositories" HOMEPAGE="https://bitbucket.org/jaraco/hgtools/" SRC_URI="mirror://pypi/h/${MY_PN}/${MY_PN}-${PV}.zip" -LICENSE="BSD-2" +LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" |