diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:37:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:43:23 +0200 |
commit | 018d183803094753149d978243d69277f908cc15 (patch) | |
tree | f18c37ef0a92a467e678e5d95f5c7a027fe3d38a /dev-python/linecache2 | |
parent | dev-python/traceback2: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-018d183803094753149d978243d69277f908cc15.tar.gz gentoo-018d183803094753149d978243d69277f908cc15.tar.bz2 gentoo-018d183803094753149d978243d69277f908cc15.zip |
dev-python/linecache2: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/linecache2')
-rw-r--r-- | dev-python/linecache2/linecache2-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild index 3a0d827d48ef..81e3384415e8 100644 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ b/dev-python/linecache2/linecache2-1.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" DEPEND=" |