Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Sun, 02 May 2021 22:09:06
Message-Id: 1619993261.87e596a06fe5402da4933f34dcc3077711a7cfb5.slyfox@gentoo
1 commit: 87e596a06fe5402da4933f34dcc3077711a7cfb5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 22:07:41 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 22:07:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e596a0
7
8 sys-libs/talloc: stable 2.3.2 for ppc
9
10 stable wrt bug #778026
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-libs/talloc/talloc-2.3.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild b/sys-libs/talloc/talloc-2.3.2.ebuild
20 index c092b3fc0c1..f5099063c53 100644
21 --- a/sys-libs/talloc/talloc-2.3.2.ebuild
22 +++ b/sys-libs/talloc/talloc-2.3.2.ebuild
23 @@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
24
25 LICENSE="GPL-3 LGPL-3+ LGPL-2"
26 SLOT="0"
27 -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"
28 +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"
29 IUSE="compat +python"
30
31 REQUIRED_USE="${PYTHON_REQUIRED_USE}"