diff options
author | 2021-12-11 11:39:53 -0600 | |
---|---|---|
committer | 2021-12-11 11:41:24 -0600 | |
commit | b87200a753eaf0f0186fd2f6dfe6ee2b844e567e (patch) | |
tree | 9301b9bc252b6760bedaab33e298736336139132 /dev-db | |
parent | dev-db/tokyocabinet: disable static library (diff) | |
download | gentoo-b87200a753eaf0f0186fd2f6dfe6ee2b844e567e.tar.gz gentoo-b87200a753eaf0f0186fd2f6dfe6ee2b844e567e.tar.bz2 gentoo-b87200a753eaf0f0186fd2f6dfe6ee2b844e567e.zip |
dev-db/tokyocabinet: re-keyword 1.4.48-r2 for ~riscv
The pull request was based on a version of -r1 that did not have
~riscv and once ~riscv was added the PR was out of sync with it. No
reason to drop keywords here, should've noticed the keywords change
before merging.
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild index b4771094b356..0c20e2730d91 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://fallabs.com/tokyocabinet/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="bzip2 debug doc examples threads zlib" DEPEND="bzip2? ( app-arch/bzip2 ) |