diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:59:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:59:26 +0000 |
commit | 53264d2b4191a8db39cc71cc9cd297795072f0e8 (patch) | |
tree | 46affb792816f58727cb9c55cf45a0029b1b7cc7 /dev-python/sphinx_rtd_theme | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-53264d2b4191a8db39cc71cc9cd297795072f0e8.tar.gz gentoo-2-53264d2b4191a8db39cc71cc9cd297795072f0e8.tar.bz2 gentoo-2-53264d2b4191a8db39cc71cc9cd297795072f0e8.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-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 ffc552bcc3fb..bc1d03487469 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.7 2015/03/07 08:23:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.8 2015/03/08 23:59:26 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild: + x86 stable, bug 540290 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild: ppc 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 427c79c0d63f..78f31c45e7d1 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.7 2015/03/07 08:23:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.8 2015/03/08 23:59:26 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}]" |