Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Fri, 17 Aug 2018 02:05:33
Message-Id: 1534471518.81620304a7c492d26e02864ee46c9ba69c5559ef.zlogene@gentoo
1 commit: 81620304a7c492d26e02864ee46c9ba69c5559ef
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 02:04:00 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 02:05:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81620304
7
8 sys-libs/talloc: mark s390 stable
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-libs/talloc/talloc-2.1.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/talloc/talloc-2.1.9.ebuild b/sys-libs/talloc/talloc-2.1.9.ebuild
16 index 7d882a2fc7e..83c666b0d1d 100644
17 --- a/sys-libs/talloc/talloc-2.1.9.ebuild
18 +++ b/sys-libs/talloc/talloc-2.1.9.ebuild
19 @@ -14,7 +14,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 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
24 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
25 IUSE="compat +python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"