Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/
Date: Thu, 07 Jan 2021 10:39:20
Message-Id: 1610015954.48498dd5c8257a8585a03a4fa8c9ad17df0d93d4.sam@gentoo
1 commit: 48498dd5c8257a8585a03a4fa8c9ad17df0d93d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 10:38:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 10:39:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48498dd5
7
8 sys-libs/ldb: Stabilize 2.1.4-r1 ppc64, #751724
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/ldb/ldb-2.1.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/ldb/ldb-2.1.4-r1.ebuild b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
16 index 5710d4163f5..193cab6d7c9 100644
17 --- a/sys-libs/ldb/ldb-2.1.4-r1.ebuild
18 +++ b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
26
27 LICENSE="LGPL-3"
28 SLOT="0/${PV}"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
31 IUSE="doc +ldap +lmdb python test"
32
33 RESTRICT="!test? ( test )"