diff options
author | Markus Meier <maekke@gentoo.org> | 2016-08-30 22:10:59 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-08-30 22:10:59 +0200 |
commit | c31122ece92d6c2a2c8e784c86d117dc8520f822 (patch) | |
tree | ffa366a600fb44ba1868ac1a6ded07d1aaf9d989 /dev-go | |
parent | net-misc/tigervnc: arm stable, bug #584482 (diff) | |
download | gentoo-c31122ece92d6c2a2c8e784c86d117dc8520f822.tar.gz gentoo-c31122ece92d6c2a2c8e784c86d117dc8520f822.tar.bz2 gentoo-c31122ece92d6c2a2c8e784c86d117dc8520f822.zip |
dev-go/siphash: add ~arm, bug #590778
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
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 4a59f0445306..e3fd7e9f09db 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" +KEYWORDS="~amd64 ~arm" LICENSE="CC0-1.0" SLOT="0" |