diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-04-07 14:47:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-04-07 14:47:53 +0000 |
commit | 3f2ef1c7d29e6faca8c9d65d26b7b334c580f6c5 (patch) | |
tree | 1428d1aace8bfa2858a8e5c15c650b664792dba1 /dev-python/lxml | |
parent | Stable for HPPA (bug #216580). (diff) | |
download | gentoo-2-3f2ef1c7d29e6faca8c9d65d26b7b334c580f6c5.tar.gz gentoo-2-3f2ef1c7d29e6faca8c9d65d26b7b334c580f6c5.tar.bz2 gentoo-2-3f2ef1c7d29e6faca8c9d65d26b7b334c580f6c5.zip |
Marked ~hppa (bug #215557).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 77cb76034b20..b56e7ed644b3 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.35 2008/04/07 12:17:29 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.36 2008/04/07 14:47:53 jer Exp $ + + 07 Apr 2008; Jeroen Roovers <jer@gentoo.org> lxml-2.0.3.ebuild: + Marked ~hppa (bug #215557). 07 Apr 2008; Ali Polatel <hawking@gentoo.org> files/lxml-2.0.3-no-fake-pyrex.patch: diff --git a/dev-python/lxml/lxml-2.0.3.ebuild b/dev-python/lxml/lxml-2.0.3.ebuild index 9087964db823..83535cec2cd6 100644 --- a/dev-python/lxml/lxml-2.0.3.ebuild +++ b/dev-python/lxml/lxml-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.0.3.ebuild,v 1.1 2008/03/31 11:16:02 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.0.3.ebuild,v 1.2 2008/04/07 14:47:53 jer Exp $ NEED_PYTHON="2.3" @@ -11,7 +11,7 @@ HOMEPAGE="http://codespeak.net/lxml/" SRC_URI="http://codespeak.net/lxml/${P}.tgz" LICENSE="BSD ElementTree GPL-2 PSF-2.4" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="doc examples" RDEPEND=">=dev-libs/libxml2-2.6.20 |