diff options
author | 2011-09-08 19:17:47 +0000 | |
---|---|---|
committer | 2011-09-08 19:17:47 +0000 | |
commit | 3cd34eeaff9c5c5b54d48955b8a68e0a95f0e743 (patch) | |
tree | 5f7e2d2fbaf7625d27a9ae7c599019e6afd21e5c /dev-python/lxml | |
parent | Marked ~sparc-solaris (diff) | |
download | gentoo-2-3cd34eeaff9c5c5b54d48955b8a68e0a95f0e743.tar.gz gentoo-2-3cd34eeaff9c5c5b54d48955b8a68e0a95f0e743.tar.bz2 gentoo-2-3cd34eeaff9c5c5b54d48955b8a68e0a95f0e743.zip |
Marked ~sparc-solaris
(Portage version: 2.2.01.19120-prefix/cvs/SunOS sparc)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 03a12c890a7b..ad639170f484 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.102 2011/09/05 04:54:06 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.103 2011/09/08 19:17:47 grobian Exp $ + + 08 Sep 2011; Fabian Groffen <grobian@gentoo.org> lxml-2.3.ebuild: + Marked ~sparc-solaris 05 Sep 2011; Jesus Rivero <neurogeek@gentoo.org> lxml-2.3.ebuild: License fix, changed to PSF-2 diff --git a/dev-python/lxml/lxml-2.3.ebuild b/dev-python/lxml/lxml-2.3.ebuild index 6a3dd81f860e..350b62fe57be 100644 --- a/dev-python/lxml/lxml-2.3.ebuild +++ b/dev-python/lxml/lxml-2.3.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/lxml/lxml-2.3.ebuild,v 1.8 2011/09/05 04:54:06 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.3.ebuild,v 1.9 2011/09/08 19:17:47 grobian Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ SRC_URI="http://codespeak.net/lxml/${MY_P}.tgz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples +threads" RDEPEND=">=dev-libs/libxml2-2.7.2 |