diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 10:38:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 10:39:14 +0000 |
commit | 48498dd5c8257a8585a03a4fa8c9ad17df0d93d4 (patch) | |
tree | 43b10ccc5471d213baa26da30272600d7ac3849e /sys-libs | |
parent | app-admin/vault: Remove vulnerable version 1.4.7 (diff) | |
download | gentoo-48498dd5c8257a8585a03a4fa8c9ad17df0d93d4.tar.gz gentoo-48498dd5c8257a8585a03a4fa8c9ad17df0d93d4.tar.bz2 gentoo-48498dd5c8257a8585a03a4fa8c9ad17df0d93d4.zip |
sys-libs/ldb: Stabilize 2.1.4-r1 ppc64, #751724
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ldb/ldb-2.1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ldb/ldb-2.1.4-r1.ebuild b/sys-libs/ldb/ldb-2.1.4-r1.ebuild index 5710d4163f57..193cab6d7c9e 100644 --- a/sys-libs/ldb/ldb-2.1.4-r1.ebuild +++ b/sys-libs/ldb/ldb-2.1.4-r1.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=6 @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="doc +ldap +lmdb python test" RESTRICT="!test? ( test )" |