diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:59:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:59:54 +0000 |
commit | 572786cbefcd3fd2ce691037a66ef32ab3b260f8 (patch) | |
tree | e05531128b89cbbaa78d38ba2530f2c42530faa8 /dev-python/beautifulsoup | |
parent | Stable for amd64, wrt bug #454314 (diff) | |
download | gentoo-2-572786cbefcd3fd2ce691037a66ef32ab3b260f8.tar.gz gentoo-2-572786cbefcd3fd2ce691037a66ef32ab3b260f8.tar.bz2 gentoo-2-572786cbefcd3fd2ce691037a66ef32ab3b260f8.zip |
Stable for x86, wrt bug #454314
(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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index aecfd960dfc8..921977feb2d5 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.84 2013/02/02 21:53:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.85 2013/02/02 21:59:54 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.1.3-r1.ebuild: + Stable for x86, wrt bug #454314 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> beautifulsoup-4.1.3-r1.ebuild: Stable for amd64, wrt bug #454314 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild index 48ef2f7ebf61..66f47d8358e9 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.4 2013/02/02 21:53:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.5 2013/02/02 21:59:54 ago Exp $ EAPI=5 @@ -17,7 +17,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[${PYTHON_USEDEP}] ) |