diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 21:13:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 21:18:45 +0100 |
commit | 277933bb2122e8df4239e024a19ef97058c42560 (patch) | |
tree | 4dc8920e2c8d131c384fa782bd769841bb98d22b /dev-python/u-msgpack | |
parent | dev-python/tox: Tested on ~amd64-fbsd (diff) | |
download | gentoo-277933bb2122e8df4239e024a19ef97058c42560.tar.gz gentoo-277933bb2122e8df4239e024a19ef97058c42560.tar.bz2 gentoo-277933bb2122e8df4239e024a19ef97058c42560.zip |
dev-python/u-msgpack: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-python/u-msgpack')
-rw-r--r-- | dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild index 58c07bc641c7..fad2f09d722e 100644 --- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild +++ b/dev-python/u-msgpack/u-msgpack-2.4.1.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 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="" |