diff options
author | Sam James <sam@gentoo.org> | 2021-02-18 20:13:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-18 20:13:45 +0000 |
commit | 68f23c15c4770083d1e8280a87ee1a24321e8e14 (patch) | |
tree | 40de43fb04f3188acd92d5b4111252dc6674130e /dev-db | |
parent | sys-auth/passwdqc: add github remote-id (diff) | |
download | gentoo-68f23c15c4770083d1e8280a87ee1a24321e8e14.tar.gz gentoo-68f23c15c4770083d1e8280a87ee1a24321e8e14.tar.bz2 gentoo-68f23c15c4770083d1e8280a87ee1a24321e8e14.zip |
dev-db/lmdb: Revert "stable 0.9.27 for hppa"
This reverts commit c5f99c7b3dfbccba9b04b2a318238be410ea738a.
We unfortunately had to un-CC arches due to a regression.
Bug: https://bugs.gentoo.org/762110
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/lmdb/lmdb-0.9.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/lmdb/lmdb-0.9.27.ebuild b/dev-db/lmdb/lmdb-0.9.27.ebuild index 896f3605b365..610df78af69d 100644 --- a/dev-db/lmdb/lmdb-0.9.27.ebuild +++ b/dev-db/lmdb/lmdb-0.9.27.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 ~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 ~x64-solaris ~x86-solaris" IUSE="static-libs" DEPEND="" |