diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:23:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:23:21 +0000 |
commit | 7b940b9e078eb88d175c55ee7840ab1ccc37ff27 (patch) | |
tree | 1c2f68f3d380669fb190a6702bdde9816f3e1463 /dev-python | |
parent | ppc stable, bug 540290 (diff) | |
download | gentoo-2-7b940b9e078eb88d175c55ee7840ab1ccc37ff27.tar.gz gentoo-2-7b940b9e078eb88d175c55ee7840ab1ccc37ff27.tar.bz2 gentoo-2-7b940b9e078eb88d175c55ee7840ab1ccc37ff27.zip |
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx_rtd_theme/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sphinx_rtd_theme/ChangeLog b/dev-python/sphinx_rtd_theme/ChangeLog index 68372dbc8794..ffc552bcc3fb 100644 --- a/dev-python/sphinx_rtd_theme/ChangeLog +++ b/dev-python/sphinx_rtd_theme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx_rtd_theme # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.6 2015/03/06 22:38:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.7 2015/03/07 08:23:21 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild: + ppc stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild index 1be3e47f413d..427c79c0d63f 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.6 2015/03/06 22:38:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.7 2015/03/07 08:23:21 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |