diff options
author | 2009-02-23 16:34:05 +0000 | |
---|---|---|
committer | 2009-02-23 16:34:05 +0000 | |
commit | 908bd8cc2b690997b92cd4601e09452d4afae541 (patch) | |
tree | 243b94115271f7488e41a5fe34829b77bc52b9de /dev-python/lxml | |
parent | Typo. (diff) | |
download | gentoo-2-908bd8cc2b690997b92cd4601e09452d4afae541.tar.gz gentoo-2-908bd8cc2b690997b92cd4601e09452d4afae541.tar.bz2 gentoo-2-908bd8cc2b690997b92cd4601e09452d4afae541.zip |
Marked ~ppc for bug #215557.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 8d0e8b79f0b5..ceb5a93c853c 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.47 2009/01/20 13:37:39 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.48 2009/02/23 16:34:05 josejx Exp $ + + 23 Feb 2009; Joseph Jezak <josejx@gentoo.org> lxml-2.0.3.ebuild: + Marked ~ppc for bug #215557. *lxml-2.1.5 (20 Jan 2009) diff --git a/dev-python/lxml/lxml-2.0.3.ebuild b/dev-python/lxml/lxml-2.0.3.ebuild index 0499a17b0f84..519a0b9a993a 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 +# Copyright 1999-2009 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.5 2008/05/24 15:03:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.0.3.ebuild,v 1.6 2009/02/23 16:34:05 josejx 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 hppa ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc examples" RDEPEND=">=dev-libs/libxml2-2.6.20 |