diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 11:49:51 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-17 12:09:18 +0100 |
commit | c642cc382c3f4079b046604c290e027ba6e8597f (patch) | |
tree | 15fd2733379577c3555b7ddddf5e28bf963d927f /dev-python | |
parent | dev-python/urllib3: add ~x64-cygwin keyword (diff) | |
download | gentoo-c642cc382c3f4079b046604c290e027ba6e8597f.tar.gz gentoo-c642cc382c3f4079b046604c290e027ba6e8597f.tar.bz2 gentoo-c642cc382c3f4079b046604c290e027ba6e8597f.zip |
dev-python/requests: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/requests/requests-2.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.13.0.ebuild b/dev-python/requests/requests-2.13.0.ebuild index fcd2ea7445f0..7683cf050af3 100644 --- a/dev-python/requests/requests-2.13.0.ebuild +++ b/dev-python/requests/requests-2.13.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" |