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: Sat, 28 Apr 2018 20:08:15
Message-Id: 1524945858.3cb5779d5f0bc9d0dd20b76c7ed13d9c9f8604ab.zlogene@gentoo
1 commit: 3cb5779d5f0bc9d0dd20b76c7ed13d9c9f8604ab
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 20:04:18 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 20:04:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb5779d
7
8 sys-libs/talloc: arm stable wrt bug #650382
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-libs/talloc/talloc-2.1.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/talloc/talloc-2.1.9.ebuild b/sys-libs/talloc/talloc-2.1.9.ebuild
16 index a789eed3d12..7d882a2fc7e 100644
17 --- a/sys-libs/talloc/talloc-2.1.9.ebuild
18 +++ b/sys-libs/talloc/talloc-2.1.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
26
27 LICENSE="GPL-3 LGPL-3+ LGPL-2"
28 SLOT="0"
29 -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"
30 +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"
31 IUSE="compat +python"
32
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"