diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:59:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:59:30 +0000 |
commit | a9f61f7f2f8a57a6feaf3fd56126e58c5940fe19 (patch) | |
tree | 10ab041d60133d13380cdff63ef6b95204a6d41b /dev-python/sphinxcontrib-googleanalytics | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-a9f61f7f2f8a57a6feaf3fd56126e58c5940fe19.tar.gz gentoo-2-a9f61f7f2f8a57a6feaf3fd56126e58c5940fe19.tar.bz2 gentoo-2-a9f61f7f2f8a57a6feaf3fd56126e58c5940fe19.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-googleanalytics')
-rw-r--r-- | dev-python/sphinxcontrib-googleanalytics/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-googleanalytics/ChangeLog b/dev-python/sphinxcontrib-googleanalytics/ChangeLog index 3617f8a97511..9574dd92edc3 100644 --- a/dev-python/sphinxcontrib-googleanalytics/ChangeLog +++ b/dev-python/sphinxcontrib-googleanalytics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/sphinxcontrib-googleanalytics # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.6 2015/03/06 22:38:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.7 2015/03/08 23:59:30 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> + sphinxcontrib-googleanalytics-0.1-r1.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinxcontrib-googleanalytics-0.1-r1.ebuild: diff --git a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild index 1b48af9f6649..d9d1bcc9fdb1 100644 --- a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild +++ b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.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-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.2 2015/03/06 22:38:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.3 2015/03/08 23:59:30 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="" |