diff options
author | 2011-02-17 21:08:25 +0000 | |
---|---|---|
committer | 2011-02-17 21:08:25 +0000 | |
commit | fdef3523a7330a223f1de39d6490f660eec6e2e8 (patch) | |
tree | 6e59d6576061f12ec2e31892d5b6544bba7ecd9f /dev-python/sphinx | |
parent | Stable on amd64 wrt bug #355271 (diff) | |
download | gentoo-2-fdef3523a7330a223f1de39d6490f660eec6e2e8.tar.gz gentoo-2-fdef3523a7330a223f1de39d6490f660eec6e2e8.tar.bz2 gentoo-2-fdef3523a7330a223f1de39d6490f660eec6e2e8.zip |
Stable on amd64 wrt bug #355275
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sphinx')
-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 91b87b7e1929..29cd44aafad0 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.85 2011/01/21 15:13:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.86 2011/02/17 21:08:25 hwoarang Exp $ + + 17 Feb 2011; Markos Chandras <hwoarang@gentoo.org> sphinx-1.0.7.ebuild: + Stable on amd64 wrt bug #355275 21 Jan 2011; Jeroen Roovers <jer@gentoo.org> sphinx-1.0.5.ebuild: Stable for HPPA (bug #349138). diff --git a/dev-python/sphinx/sphinx-1.0.7.ebuild b/dev-python/sphinx/sphinx-1.0.7.ebuild index 403ce59f6f79..477327466a1d 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.1 2011/01/15 18:36:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.7.ebuild,v 1.2 2011/02/17 21:08:25 hwoarang 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 |