Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Tue, 12 Sep 2017 09:13:07
Message-Id: 1505207571.aba28a843a6d70b7e95c7a391aa80bb99eed164f.grobian@gentoo
1 commit: aba28a843a6d70b7e95c7a391aa80bb99eed164f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 08:59:30 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 09:12:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba28a84
7
8 sys-libs/talloc: marked ~x64-solaris
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-libs/talloc/talloc-2.1.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/talloc/talloc-2.1.10.ebuild b/sys-libs/talloc/talloc-2.1.10.ebuild
16 index 465e0ffffb1..c2248eef4b6 100644
17 --- a/sys-libs/talloc/talloc-2.1.10.ebuild
18 +++ b/sys-libs/talloc/talloc-2.1.10.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="http://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 ~x64-solaris"
25 IUSE="compat +python"
26
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"