diff options
author | 2016-06-07 16:07:09 +0200 | |
---|---|---|
committer | 2016-06-07 16:07:41 +0200 | |
commit | 13e87021bd78537a6951a635ccd78703ce2edb76 (patch) | |
tree | ebffd3383ebb9faee5c4799fc2cb719bd461738f /dev-python/keyczar | |
parent | dev-python/ed25519ll-0.6-r0: add ~alpha keyword (diff) | |
download | gentoo-13e87021bd78537a6951a635ccd78703ce2edb76.tar.gz gentoo-13e87021bd78537a6951a635ccd78703ce2edb76.tar.bz2 gentoo-13e87021bd78537a6951a635ccd78703ce2edb76.zip |
dev-python/keyczar-0.715-r0: add ~alpha keyword
Gentoo-Bug: 573954
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/keyczar')
-rw-r--r-- | dev-python/keyczar/keyczar-0.715.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/keyczar/keyczar-0.715.ebuild b/dev-python/keyczar/keyczar-0.715.ebuild index feab47b8d9aa..b53d0aac1281 100644 --- a/dev-python/keyczar/keyczar-0.715.ebuild +++ b/dev-python/keyczar/keyczar-0.715.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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="~alpha amd64 x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |