diff options
author | Marek Szuba <marecki@gentoo.org> | 2016-09-21 15:25:23 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2016-09-21 15:34:29 +0200 |
commit | d9ccfd04031fa3daf77de484c827e390b8022d09 (patch) | |
tree | 1b62ff68e1dd41b02cad28ff925a30f8afbd0f43 /dev-go | |
parent | sys-devel/llvm: Remove the remnants of OCaml documentation (diff) | |
download | gentoo-d9ccfd04031fa3daf77de484c827e390b8022d09.tar.gz gentoo-d9ccfd04031fa3daf77de484c827e390b8022d09.tar.bz2 gentoo-d9ccfd04031fa3daf77de484c827e390b8022d09.zip |
dev-go/siphash: add ~x86 keyword
Tested on a x86 virtual machine.
Gentoo-Bug: 590778
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/siphash/siphash-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild index e3fd7e9f09db..c36ef54bb5a9 100644 --- a/dev-go/siphash/siphash-1.0.0.ebuild +++ b/dev-go/siphash/siphash-1.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Go implementation of SipHash-2.4" HOMEPAGE="https://github.com/dchest/siphash" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" LICENSE="CC0-1.0" SLOT="0" |