diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-16 16:13:52 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-16 16:14:31 +0200 |
commit | e0efa0e2fe12673713c25dbb110599680973b631 (patch) | |
tree | 71225800d175f7b50cc11fbe000b7fd61c8ae0f2 /dev-python | |
parent | media-video/ffmpegthumbnailer: fix build with ffmpeg git master. (diff) | |
download | gentoo-e0efa0e2fe12673713c25dbb110599680973b631.tar.gz gentoo-e0efa0e2fe12673713c25dbb110599680973b631.tar.bz2 gentoo-e0efa0e2fe12673713c25dbb110599680973b631.zip |
dev-python/pytest: add alpha keyword
Gentoo-Bug: 560598
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/pytest-2.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-2.7.2.ebuild b/dev-python/pytest/pytest-2.7.2.ebuild index bec35030c85a..dbb5d130f805 100644 --- a/dev-python/pytest/pytest-2.7.2.ebuild +++ b/dev-python/pytest/pytest-2.7.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version |