diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:22:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:22:19 +0000 |
commit | afd81c5093169ef642923e9df00dbe5908aebda8 (patch) | |
tree | 150d5d433ba6e21a4994656c33426fc619068b49 /dev-python/sphinx-bootstrap-theme | |
parent | ppc64 stable, bug 540290 (diff) | |
download | gentoo-2-afd81c5093169ef642923e9df00dbe5908aebda8.tar.gz gentoo-2-afd81c5093169ef642923e9df00dbe5908aebda8.tar.bz2 gentoo-2-afd81c5093169ef642923e9df00dbe5908aebda8.zip |
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r-- | dev-python/sphinx-bootstrap-theme/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/ChangeLog b/dev-python/sphinx-bootstrap-theme/ChangeLog index ed855d7b12be..96225cb78085 100644 --- a/dev-python/sphinx-bootstrap-theme/ChangeLog +++ b/dev-python/sphinx-bootstrap-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinx-bootstrap-theme # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog,v 1.6 2015/02/16 10:40:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog,v 1.7 2015/03/07 00:22:19 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> + sphinx-bootstrap-theme-0.4.5.ebuild: + ppc64 stable, bug 540290 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> sphinx-bootstrap-theme-0.4.5.ebuild: diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild index 4107da3bdf01..7d543e901629 100644 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.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-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild,v 1.2 2015/02/16 10:40:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.5.ebuild,v 1.3 2015/03/07 00:22:19 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" |