summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-11-28 21:07:38 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2012-11-28 21:07:38 +0000
commit80352a497c3fcc7f459acb1e1d6dd57884268859 (patch)
treeeec219d9e86d25f7463c342a3edcc6971432f0d1 /dev-db/pygresql/pygresql-3.8.1.ebuild
parentNew ebuild for psqlodbc. Written by me with help from folks on bug 50368. (diff)
downloadgentoo-2-80352a497c3fcc7f459acb1e1d6dd57884268859.tar.gz
gentoo-2-80352a497c3fcc7f459acb1e1d6dd57884268859.tar.bz2
gentoo-2-80352a497c3fcc7f459acb1e1d6dd57884268859.zip
Changed license from "as-is" to "POSTGRESQL". Fixes bug 444746.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/pygresql/pygresql-3.8.1.ebuild')
-rw-r--r--dev-db/pygresql/pygresql-3.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pygresql/pygresql-3.8.1.ebuild b/dev-db/pygresql/pygresql-3.8.1.ebuild
index 30a88f3c114d..acddeefde1aa 100644
--- a/dev-db/pygresql/pygresql-3.8.1.ebuild
+++ b/dev-db/pygresql/pygresql-3.8.1.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-db/pygresql/pygresql-3.8.1.ebuild,v 1.16 2012/02/26 09:13:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pygresql/pygresql-3.8.1.ebuild,v 1.17 2012/11/28 21:07:38 titanofold Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@ DESCRIPTION="A Python interface for the PostgreSQL database."
HOMEPAGE="http://www.pygresql.org/"
SRC_URI="ftp://ftp.pygresql.org/pub/distrib/${MY_P}.tgz"
-LICENSE="as-is"
+LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE="doc"