diff options
author | 2015-03-08 23:52:09 +0000 | |
---|---|---|
committer | 2015-03-08 23:52:09 +0000 | |
commit | 392bc1cd771cb995995e88b5822aecc754b86661 (patch) | |
tree | 8641cb7c0ebe8b16adf668d4ca9553260ac415ea /dev-python/keyczar | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-392bc1cd771cb995995e88b5822aecc754b86661.tar.gz gentoo-2-392bc1cd771cb995995e88b5822aecc754b86661.tar.bz2 gentoo-2-392bc1cd771cb995995e88b5822aecc754b86661.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/keyczar')
-rw-r--r-- | dev-python/keyczar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/keyczar/keyczar-0.715.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/keyczar/ChangeLog b/dev-python/keyczar/ChangeLog index 192ed53269ca..482355cd5722 100644 --- a/dev-python/keyczar/ChangeLog +++ b/dev-python/keyczar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/keyczar # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/keyczar/ChangeLog,v 1.3 2015/03/06 22:27:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/keyczar/ChangeLog,v 1.4 2015/03/08 23:52:09 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> keyczar-0.715.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> keyczar-0.715.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/keyczar/keyczar-0.715.ebuild b/dev-python/keyczar/keyczar-0.715.ebuild index 06d153658d2d..cd442a3a2d01 100644 --- a/dev-python/keyczar/keyczar-0.715.ebuild +++ b/dev-python/keyczar/keyczar-0.715.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/keyczar/keyczar-0.715.ebuild,v 1.2 2015/03/06 22:27:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/keyczar/keyczar-0.715.ebuild,v 1.3 2015/03/08 23:52:09 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) #appears py2 friendly only @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |