diff options
author | 2011-07-28 20:27:18 +0000 | |
---|---|---|
committer | 2011-07-28 20:27:18 +0000 | |
commit | 1a8a6a730225d238ff690761f96daf8d0b95a513 (patch) | |
tree | ad8fd61b408a000fba05f65879bd8b4094e0fb2f /dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-1a8a6a730225d238ff690761f96daf8d0b95a513.tar.gz gentoo-2-1a8a6a730225d238ff690761f96daf8d0b95a513.tar.bz2 gentoo-2-1a8a6a730225d238ff690761f96daf8d0b95a513.zip |
Changed license to BSD
(Portage version: 2.2.0_alpha46/cvs/Linux i686)
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild index f46384d0dc06..ec6ee5a2c9c0 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.7 2011/03/30 04:01:48 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.8 2011/07/28 20:27:18 neurogeek Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scrap HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/pypi/BeautifulSoup" SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" -LICENSE="PSF-2.3" +LICENSE="BSD" SLOT="python-2" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="" |