diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-12-27 10:57:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-12-27 10:57:06 +0000 |
commit | 77fc3c4531ea8b83ad22820f1571be979564ee76 (patch) | |
tree | 5eb3305b55328c2920d31e976e1a389a09559ee9 /dev-python/beautifulsoup | |
parent | Drop old revisions and obsolete files (diff) | |
download | gentoo-2-77fc3c4531ea8b83ad22820f1571be979564ee76.tar.gz gentoo-2-77fc3c4531ea8b83ad22820f1571be979564ee76.tar.bz2 gentoo-2-77fc3c4531ea8b83ad22820f1571be979564ee76.zip |
alpha/s390/sh/sparc stable wrt #441272
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 38a575036591..3852f8bc2772 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.78 2012/12/13 22:16:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.79 2012/12/27 10:57:06 armin76 Exp $ + + 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> beautifulsoup-4.1.3.ebuild: + alpha/s390/sh/sparc stable wrt #441272 13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.1.3.ebuild: Stable for ia64, wrt bug #441272 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild index 3e8efcc04773..42905f454cc9 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.3.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-4.1.3.ebuild,v 1.8 2012/12/13 22:16:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.9 2012/12/27 10:57:06 armin76 Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="4" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx ) |