diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2007-04-07 17:46:54 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2007-04-07 17:46:54 +0000 |
commit | a94a3d1e3b79eb695107e1347b47becc6ff3469f (patch) | |
tree | 3a450c2dde162a97c863f9f851a5672f8743c246 /dev-python | |
parent | Marked ppc stable for bug #166557. (diff) | |
download | gentoo-2-a94a3d1e3b79eb695107e1347b47becc6ff3469f.tar.gz gentoo-2-a94a3d1e3b79eb695107e1347b47becc6ff3469f.tar.bz2 gentoo-2-a94a3d1e3b79eb695107e1347b47becc6ff3469f.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 0d6029226708..a5bcc08079ca 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.4 2007/01/25 04:58:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.5 2007/04/07 17:46:54 the_paya Exp $ + + 07 Apr 2007; Javier Villavicencio <the_paya@gentoo.org> + beautifulsoup-3.0.3.ebuild: + Add ~x86-fbsd keyword. 25 Jan 2007; Steve Dibb <beandog@gentoo.org> beautifulsoup-2.1.1.ebuild, beautifulsoup-3.0.3.ebuild: diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild index 6508df1e13f6..e30506482c0a 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild,v 1.3 2007/01/25 04:58:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.3.ebuild,v 1.4 2007/04/07 17:46:54 the_paya Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/python-2.2" |