diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-23 16:44:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-23 16:44:41 +0100 |
commit | 908847a49538d51121c5909192da86f824dd36a8 (patch) | |
tree | e75abd17e3e8a07b2a9418abffea9d4eb3f3cc65 /dev-cpp/sparsehash | |
parent | dev-cpp/ctemplate: x86 stable wrt bug #606852 (diff) | |
download | gentoo-908847a49538d51121c5909192da86f824dd36a8.tar.gz gentoo-908847a49538d51121c5909192da86f824dd36a8.tar.bz2 gentoo-908847a49538d51121c5909192da86f824dd36a8.zip |
dev-cpp/sparsehash: x86 stable wrt bug #606828
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp/sparsehash')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-2.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/sparsehash/sparsehash-2.0.3.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.3.ebuild index 87755037efff..621b491e0712 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.3.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" S=${WORKDIR}/${PN}-${P} |