summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-05-16 02:25:50 +0000
committerJeroen Roovers <jer@gentoo.org>2012-05-16 02:25:50 +0000
commitb06157dff53f8a21f49e95a36736d8e64f63fe22 (patch)
tree31541602e2de144f8654f439caadd565675c683e /dev-python/beautifulsoup
parentFix older SLOT too. Tidy patches. (diff)
downloadgentoo-2-b06157dff53f8a21f49e95a36736d8e64f63fe22.tar.gz
gentoo-2-b06157dff53f8a21f49e95a36736d8e64f63fe22.tar.bz2
gentoo-2-b06157dff53f8a21f49e95a36736d8e64f63fe22.zip
Marked ~hppa too.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/ChangeLog5
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog
index 43a77facefa0..2e12a016e210 100644
--- a/dev-python/beautifulsoup/ChangeLog
+++ b/dev-python/beautifulsoup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.64 2012/05/08 12:03:54 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.65 2012/05/16 02:25:50 jer Exp $
+
+ 16 May 2012; Jeroen Roovers <jer@gentoo.org> beautifulsoup-3.1.0.1-r1.ebuild:
+ Marked ~hppa too.
*beautifulsoup-4.0.5 (08 May 2012)
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild
index a9bc1c1e9246..543138592629 100644
--- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.13 2012/02/21 07:19:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.14 2012/05/16 02:25:50 jer Exp $
EAPI="3"
PYTHON_DEPEND="3"
@@ -19,7 +19,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="python-3"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=""