diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:19:58 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-04-25 14:19:58 +0000 |
commit | 8f52af0a13e85f681cc28a245f8d90c3d15bdc47 (patch) | |
tree | 0d68d997ebafdb344acbb1eefaae25a244273f9e /dev-python/lxml | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | historical-8f52af0a13e85f681cc28a245f8d90c3d15bdc47.tar.gz historical-8f52af0a13e85f681cc28a245f8d90c3d15bdc47.tar.bz2 historical-8f52af0a13e85f681cc28a245f8d90c3d15bdc47.zip |
Keyworded ~x86-fbsd.
Package-Manager: portage-2.2_rc67/cvs/FreeBSD i386
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index ca55baaba998..3df7f0c56fc7 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.81 2010/04/18 17:40:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.82 2010/04/25 14:19:08 the_paya Exp $ + + 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> lxml-2.2.6.ebuild: + Keyworded ~x86-fbsd. 18 Apr 2010; <nixnut@gentoo.org> lxml-2.2.6.ebuild: ppc stable #313145 diff --git a/dev-python/lxml/lxml-2.2.6.ebuild b/dev-python/lxml/lxml-2.2.6.ebuild index f85b7c8fe8a7..9966cc82733b 100644 --- a/dev-python/lxml/lxml-2.2.6.ebuild +++ b/dev-python/lxml/lxml-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild,v 1.4 2010/04/18 17:40:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.6.ebuild,v 1.5 2010/04/25 14:19:08 the_paya Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://codespeak.net/lxml/${P}.tgz" LICENSE="BSD ElementTree GPL-2 PSF-2.4" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~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 ~x64-solaris ~x86-solaris" IUSE="doc examples +threads" RDEPEND=">=dev-libs/libxml2-2.7.2 |