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/talloc/
Date: Sat, 15 May 2021 02:41:18
Message-Id: 1621046460.47808c1b683634ed08a988b401cdfbffda50564a.sam@gentoo
1 commit: 47808c1b683634ed08a988b401cdfbffda50564a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 02:41:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 02:41:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47808c1b
7
8 sys-libs/talloc: Stabilize 2.3.2 arm, #778026
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/talloc/talloc-2.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild
16 index 964c2ba76e3..10815f521ee 100644
17 --- a/sys-libs/talloc/talloc-2.3.2.ebuild
18 +++ b/sys-libs/talloc/talloc-2.3.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-3 LGPL-3+ LGPL-2"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
24 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
25 IUSE="compat +python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"