diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-13 17:38:15 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-13 17:41:05 -0500 |
commit | 5ff25713048b7148df45c087e8e855211ff843d8 (patch) | |
tree | 399b473bed63c4825cea689754079f4114a34061 /dev-python/pyasn1-modules | |
parent | dev-python/pyasn1: 0.4.2 stable allarches (diff) | |
download | gentoo-5ff25713048b7148df45c087e8e855211ff843d8.tar.gz gentoo-5ff25713048b7148df45c087e8e855211ff843d8.tar.bz2 gentoo-5ff25713048b7148df45c087e8e855211ff843d8.zip |
dev-python/pyasn1-modules: 0.2.1 stable allarches
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyasn1-modules')
-rw-r--r-- | dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild index 6b49035a1059..f03bae413010 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="test" RDEPEND=">=dev-python/pyasn1-0.4.1[${PYTHON_USEDEP}]" |