diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 21:03:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 21:05:07 +0300 |
commit | f3fab96e325567ade27ff2d108c3363ba2568929 (patch) | |
tree | 63663b7138e9e94b42ddffa1b30b0b755ab8fcef /dev-python/pocketlint | |
parent | dev-python/polib: Add ~alpha keyword wrt bug #641308 (diff) | |
download | gentoo-f3fab96e325567ade27ff2d108c3363ba2568929.tar.gz gentoo-f3fab96e325567ade27ff2d108c3363ba2568929.tar.bz2 gentoo-f3fab96e325567ade27ff2d108c3363ba2568929.zip |
dev-python/pocketlint: Add ~alpha keyword wrt bug #641308
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/pocketlint')
-rw-r--r-- | dev-python/pocketlint/pocketlint-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pocketlint/pocketlint-0.15.ebuild b/dev-python/pocketlint/pocketlint-0.15.ebuild index 9fa321056b75..660f5370535a 100644 --- a/dev-python/pocketlint/pocketlint-0.15.ebuild +++ b/dev-python/pocketlint/pocketlint-0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,5 +13,5 @@ SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" |