diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-11 11:25:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-11 11:25:06 +0000 |
commit | 9095ad019224a6b0befec697957b4e2646f91bfc (patch) | |
tree | 3d0f6b4d2d0d51c80b544f0ac3e0866a19270e27 /dev-python/beautifulsoup | |
parent | Version bump. (diff) | |
download | gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.tar.gz gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.tar.bz2 gentoo-2-9095ad019224a6b0befec697957b4e2646f91bfc.zip |
Stable for amd64, wrt bug #441272
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
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 4e2b9e151709..f12abd4791cd 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.72 2012/10/13 18:41:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.73 2012/11/11 11:25:06 ago Exp $ + + 11 Nov 2012; <ago@gentoo.org> beautifulsoup-4.1.3.ebuild: + Stable for amd64, wrt bug #441272 13 Oct 2012; Raúl Porcel <armin76@gentoo.org> beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild, diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild index f5efec395197..a044bdcb9c95 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.2 2012/10/13 18:41:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3.ebuild,v 1.3 2012/11/11 11:25:06 ago 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 ) |