diff options
author | 2015-03-08 23:59:34 +0000 | |
---|---|---|
committer | 2015-03-08 23:59:34 +0000 | |
commit | 208ace34760b44806450b8a245f27af20a702027 (patch) | |
tree | 946dbfa28f844fe9b8772056aea7740fc8e8a36b /dev-python/sphinxcontrib-httpdomain | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-208ace34760b44806450b8a245f27af20a702027.tar.gz gentoo-2-208ace34760b44806450b8a245f27af20a702027.tar.bz2 gentoo-2-208ace34760b44806450b8a245f27af20a702027.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/sphinxcontrib-httpdomain')
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/ChangeLog b/dev-python/sphinxcontrib-httpdomain/ChangeLog index 16f361db8b14..28fa54ed587f 100644 --- a/dev-python/sphinxcontrib-httpdomain/ChangeLog +++ b/dev-python/sphinxcontrib-httpdomain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinxcontrib-httpdomain # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.9 2015/03/06 22:38:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.10 2015/03/08 23:59:34 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> + sphinxcontrib-httpdomain-1.3.0.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinxcontrib-httpdomain-1.3.0.ebuild: diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild index 6fc6161b287e..a50f40d476da 100644 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.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/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild,v 1.2 2015/03/06 22:38:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.3.0.ebuild,v 1.3 2015/03/08 23:59:34 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" |