diff options
author | Robert Buchholz <rbu@gentoo.org> | 2007-07-15 18:54:01 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2007-07-15 18:54:01 +0000 |
commit | d1c312dc939f864e86db1ad7ddb948da726045bd (patch) | |
tree | 6715ade7262f90fb36d54b60ca22ee88a6f2b834 /dev-python/beautifulsoup | |
parent | Adding ~ppc (bug #185160) (diff) | |
download | gentoo-2-d1c312dc939f864e86db1ad7ddb948da726045bd.tar.gz gentoo-2-d1c312dc939f864e86db1ad7ddb948da726045bd.tar.bz2 gentoo-2-d1c312dc939f864e86db1ad7ddb948da726045bd.zip |
Adding ~ppc (bug #185159)
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 7051046d909e..057371cb061c 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2007/04/22 08:13:42 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.7 2007/07/15 18:54:01 rbu Exp $ + + 15 Jul 2007; Robert Buchholz <rbu@gentoo.org> beautifulsoup-3.0.4.ebuild: + Adding ~ppc (bug #185159) *beautifulsoup-3.0.4 (22 Apr 2007) diff --git a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild index 0e415f801a76..c1c2a4f2216c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.0.4.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.4.ebuild,v 1.1 2007/04/22 08:13:42 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.4.ebuild,v 1.2 2007/07/15 18:54:01 rbu Exp $ NEED_PYTHON=2.3 @@ -15,7 +15,7 @@ SRC_URI="http://www.crummy.com/software/BeautifulSoup/download/${MY_P}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~ppc" IUSE="" src_test() { |