diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 13:43:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 13:43:34 +0000 |
commit | 62ed208aa65fef7e42b405812ce5650a5af6ec4d (patch) | |
tree | 00e45bd02bee0fcdfa87e2a07b5debf446b40684 /dev-db/lmdb | |
parent | dev-python/immutables: Stabilize 0.15 amd64, #776073 (diff) | |
download | gentoo-62ed208aa65fef7e42b405812ce5650a5af6ec4d.tar.gz gentoo-62ed208aa65fef7e42b405812ce5650a5af6ec4d.tar.bz2 gentoo-62ed208aa65fef7e42b405812ce5650a5af6ec4d.zip |
dev-db/lmdb: Stabilize 0.9.28 amd64, #776280
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/lmdb')
-rw-r--r-- | dev-db/lmdb/lmdb-0.9.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/lmdb/lmdb-0.9.28.ebuild b/dev-db/lmdb/lmdb-0.9.28.ebuild index d5941a02c2c9..bae420e37c53 100644 --- a/dev-db/lmdb/lmdb-0.9.28.ebuild +++ b/dev-db/lmdb/lmdb-0.9.28.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://git.openldap.org/openldap/openldap/-/archive/${MY_P}/openldap-$ LICENSE="OPENLDAP" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" DEPEND="" |