diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-23 02:24:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-23 02:24:30 +0000 |
commit | af1df553f60d919edbdd1b8ecd55d3df1c70644d (patch) | |
tree | b056ccee2eaf0274c77ecad0db9cd41965cba8f1 /dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.tar.gz gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.tar.bz2 gentoo-2-af1df553f60d919edbdd1b8ecd55d3df1c70644d.zip |
fix license
Diffstat (limited to 'dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild')
-rw-r--r-- | dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild b/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild index 5efc4ccf04e7..b4d064bfb38a 100644 --- a/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild +++ b/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.0.0_pre06.ebuild,v 1.6 2003/11/23 02:23:13 liquidx Exp $ inherit distutils @@ -14,7 +14,7 @@ HOMEPAGE="http://python-ldap.sourceforge.net/" DEPEND="virtual/python >=net-nds/openldap-2.0.11" SLOT="0" -LICENSE="public-domain" # NOTE: win32 section is under questionable license +LICENSE="PYTHON" KEYWORDS="x86 ~sparc ~alpha" src_unpack() { |