diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-12-07 15:17:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-12-07 15:17:31 +0000 |
commit | 0956287eb2025f3646b499df7b25620ed3cc5abc (patch) | |
tree | 9630e08ebc4c07b3c16598eba7caad3d14a82016 /dev-python/psycopg/psycopg-2.5.1.ebuild | |
parent | Reduce the gcc[gcj] mask to gcc[awt] since only that carries real emul-linux-... (diff) | |
download | historical-0956287eb2025f3646b499df7b25620ed3cc5abc.tar.gz historical-0956287eb2025f3646b499df7b25620ed3cc5abc.tar.bz2 historical-0956287eb2025f3646b499df7b25620ed3cc5abc.zip |
dev-python/psycopg: Fix LICENSE information, thanks ulm for help
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'dev-python/psycopg/psycopg-2.5.1.ebuild')
-rw-r--r-- | dev-python/psycopg/psycopg-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild index 52f4d77fa362..693fd8f4a406 100644 --- a/dev-python/psycopg/psycopg-2.5.1.ebuild +++ b/dev-python/psycopg/psycopg-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.12 2014/11/03 12:40:28 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.13 2014/12/07 15:16:29 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -14,7 +14,7 @@ DESCRIPTION="PostgreSQL database adapter for Python" HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-3+" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="debug doc examples" |