diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-21 10:50:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-21 10:50:17 +0000 |
commit | f605ca3d0e3b9639c647a035ecae813bf87559a7 (patch) | |
tree | 09cacdabf4ce067940e731837c5f6536cb467aea /dev-python | |
parent | Stable for alpha, wrt bug #507982 (diff) | |
download | gentoo-2-f605ca3d0e3b9639c647a035ecae813bf87559a7.tar.gz gentoo-2-f605ca3d0e3b9639c647a035ecae813bf87559a7.tar.bz2 gentoo-2-f605ca3d0e3b9639c647a035ecae813bf87559a7.zip |
Stable for alpha, wrt bug #507982
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinx-better-theme/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinx-better-theme/ChangeLog b/dev-python/sphinx-better-theme/ChangeLog index 32011a563e34..15737215d459 100644 --- a/dev-python/sphinx-better-theme/ChangeLog +++ b/dev-python/sphinx-better-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinx-better-theme # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/ChangeLog,v 1.5 2014/04/19 14:37:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/ChangeLog,v 1.6 2014/04/21 10:50:17 ago Exp $ + + 21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> + sphinx-better-theme-0.1.5.ebuild: + Stable for alpha, wrt bug #507982 19 Apr 2014; Jeroen Roovers <jer@gentoo.org> sphinx-better-theme-0.1.5.ebuild: diff --git a/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild b/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild index 82be115178bb..a24296a829e1 100644 --- a/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild +++ b/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild,v 1.5 2014/04/19 14:37:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild,v 1.6 2014/04/21 10:50:17 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" |