diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-25 13:51:39 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-25 14:08:38 +0200 |
commit | caef2ebf24b59c49cddab137e3df91eced7e37fd (patch) | |
tree | 04a01358cb5ef33feec7f65e17095b7e24a1d8dc /dev-python/autobahn | |
parent | sys-kernel/gentoo-sources: Linux patch 5.1.15 (diff) | |
download | gentoo-caef2ebf24b59c49cddab137e3df91eced7e37fd.tar.gz gentoo-caef2ebf24b59c49cddab137e3df91eced7e37fd.tar.bz2 gentoo-caef2ebf24b59c49cddab137e3df91eced7e37fd.zip |
dev-python/autobahn: add ~x86-linux keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r-- | dev-python/autobahn/autobahn-18.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index ebdb722a661c..97f79aca94e5 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="crypt test" RDEPEND=" |