diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-28 17:34:50 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-28 17:36:47 +0100 |
commit | c12190ee8485e75b55ea9a062ac5d765ed70714b (patch) | |
tree | 8c0c0f8381c86419ce964f97b9e42240d3bfd15c /dev-libs/capnproto | |
parent | profiles: restructure amd64, arm and x86 musl profiles (diff) | |
download | gentoo-c12190ee8485e75b55ea9a062ac5d765ed70714b.tar.gz gentoo-c12190ee8485e75b55ea9a062ac5d765ed70714b.tar.bz2 gentoo-c12190ee8485e75b55ea9a062ac5d765ed70714b.zip |
dev-libs/capnproto: x86 keyworded (bug #616384)
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-libs/capnproto')
-rw-r--r-- | dev-libs/capnproto/capnproto-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/capnproto/capnproto-0.6.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/capnproto/capnproto-0.6.0.ebuild b/dev-libs/capnproto/capnproto-0.6.0.ebuild index c0c951cad31c..6510e318c5e8 100644 --- a/dev-libs/capnproto/capnproto-0.6.0.ebuild +++ b/dev-libs/capnproto/capnproto-0.6.0.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=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/060" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" RDEPEND="" diff --git a/dev-libs/capnproto/capnproto-0.6.1.ebuild b/dev-libs/capnproto/capnproto-0.6.1.ebuild index 483f105f07e0..fd4142995470 100644 --- a/dev-libs/capnproto/capnproto-0.6.1.ebuild +++ b/dev-libs/capnproto/capnproto-0.6.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=5 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/061" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="static-libs test" RDEPEND="" |