diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-21 06:52:52 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-21 06:52:52 +0000 |
commit | 88cd13c3cc579b0bbb7241770119e61df87890eb (patch) | |
tree | 9ccdbf66ca944f7833766c0b7e94952ebbe013ba /dev-python | |
parent | x86 stable wrt bug #355099 (diff) | |
download | gentoo-2-88cd13c3cc579b0bbb7241770119e61df87890eb.tar.gz gentoo-2-88cd13c3cc579b0bbb7241770119e61df87890eb.tar.bz2 gentoo-2-88cd13c3cc579b0bbb7241770119e61df87890eb.zip |
x86 stable wrt bug #355275
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sphinx/ChangeLog b/dev-python/sphinx/ChangeLog index 425eb40f2e2c..ab646b14e09b 100644 --- a/dev-python/sphinx/ChangeLog +++ b/dev-python/sphinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.87 2011/02/21 00:52:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.88 2011/02/21 06:52:52 phajdan.jr Exp $ + + 21 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sphinx-1.0.7.ebuild: + x86 stable wrt bug #355275 21 Feb 2011; Jeroen Roovers <jer@gentoo.org> sphinx-1.0.7.ebuild: Stable for HPPA (bug #355275). diff --git a/dev-python/sphinx/sphinx-1.0.7.ebuild b/dev-python/sphinx/sphinx-1.0.7.ebuild index 87fcb4070126..b8cd3f44327a 100644 --- a/dev-python/sphinx/sphinx-1.0.7.ebuild +++ b/dev-python/sphinx/sphinx-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.7.ebuild,v 1.3 2011/02/21 00:52:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.7.ebuild,v 1.4 2011/02/21 06:52:52 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -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 ~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 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc latex" RDEPEND=">=dev-python/docutils-0.5 |