diff options
author | Sam James <sam@gentoo.org> | 2021-10-27 23:42:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-27 23:42:14 +0100 |
commit | d8ff1489471b767fc4da126463b3b7ebc4db7811 (patch) | |
tree | be9ae5fbaebd49b72d4c09f204a4c21f3e647e39 /dev-libs/leveldb | |
parent | dev-python/virtualenv: allow tests on hppa, pip is already stable (diff) | |
download | gentoo-d8ff1489471b767fc4da126463b3b7ebc4db7811.tar.gz gentoo-d8ff1489471b767fc4da126463b3b7ebc4db7811.tar.bz2 gentoo-d8ff1489471b767fc4da126463b3b7ebc4db7811.zip |
dev-libs/leveldb: Keyword 1.23-r1 sparc, #807025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leveldb/leveldb-1.23-r1.ebuild b/dev-libs/leveldb/leveldb-1.23-r1.ebuild index 80c4ce8f7c15..498da29525eb 100644 --- a/dev-libs/leveldb/leveldb-1.23-r1.ebuild +++ b/dev-libs/leveldb/leveldb-1.23-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+crc32c +snappy +tcmalloc test" RESTRICT="!test? ( test )" |