diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 22:39:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 22:39:54 +0000 |
commit | cc8df6218b9d4ebf9b20396abea1e6f7012e5fbb (patch) | |
tree | 31dcf8ae3fbc168cc67220a35eca72d08dd61f60 /dev-python | |
parent | Version bump (and remove old) due to security advisory ASA-2012-12-31 (diff) | |
download | gentoo-2-cc8df6218b9d4ebf9b20396abea1e6f7012e5fbb.tar.gz gentoo-2-cc8df6218b9d4ebf9b20396abea1e6f7012e5fbb.tar.bz2 gentoo-2-cc8df6218b9d4ebf9b20396abea1e6f7012e5fbb.zip |
Stable for amd64, wrt bug #449424
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.1.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sphinx/ChangeLog b/dev-python/sphinx/ChangeLog index eef0f345864c..c31de66b0dad 100644 --- a/dev-python/sphinx/ChangeLog +++ b/dev-python/sphinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.115 2012/12/31 19:14:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.116 2012/12/31 22:39:54 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sphinx-1.1.3-r3.ebuild: + Stable for amd64, wrt bug #449424 31 Dec 2012; Jeroen Roovers <jer@gentoo.org> sphinx-1.1.3-r3.ebuild: Stable for HPPA (bug #449424). diff --git a/dev-python/sphinx/sphinx-1.1.3-r3.ebuild b/dev-python/sphinx/sphinx-1.1.3-r3.ebuild index 250b5cb70891..088d5140fba5 100644 --- a/dev-python/sphinx/sphinx-1.1.3-r3.ebuild +++ b/dev-python/sphinx/sphinx-1.1.3-r3.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/sphinx/sphinx-1.1.3-r3.ebuild,v 1.4 2012/12/31 19:14:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r3.ebuild,v 1.5 2012/12/31 22:39:54 ago Exp $ EAPI="4" PYTHON_DEPEND="*" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc latex" DEPEND=">=dev-python/docutils-0.7 |