diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:30:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:38:07 +0100 |
commit | 821860cbba47b4d8031a5e617fd0ffbe09dde5e3 (patch) | |
tree | caf08f6dedaab968084e59d9e56fb7798372fc21 /dev-libs/capnproto/capnproto-0.7.0.ebuild | |
parent | dev-python/bandit: Stabilize 1.7.0 arm64, #793320 (diff) | |
download | gentoo-821860cbba47b4d8031a5e617fd0ffbe09dde5e3.tar.gz gentoo-821860cbba47b4d8031a5e617fd0ffbe09dde5e3.tar.bz2 gentoo-821860cbba47b4d8031a5e617fd0ffbe09dde5e3.zip |
dev-libs/capnproto: Stabilize 0.7.0 arm64, #793926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/capnproto/capnproto-0.7.0.ebuild')
-rw-r--r-- | dev-libs/capnproto/capnproto-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/capnproto/capnproto-0.7.0.ebuild b/dev-libs/capnproto/capnproto-0.7.0.ebuild index 9781a8e91131..9279dffeaef8 100644 --- a/dev-libs/capnproto/capnproto-0.7.0.ebuild +++ b/dev-libs/capnproto/capnproto-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0/070" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" IUSE="+ssl static-libs test" RESTRICT="!test? ( test )" |