From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 671F51388BF for ; Thu, 7 Jan 2016 20:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EBCE0825; Thu, 7 Jan 2016 20:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B05CCE0825 for ; Thu, 7 Jan 2016 20:31:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88EDF340A15 for ; Thu, 7 Jan 2016 20:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 380C9CB1 for ; Thu, 7 Jan 2016 20:31:43 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1452198688.e6c0df9674aa3ec2e83d50deca5e2c9dcce3c945.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/talloc/talloc-2.1.5.ebuild X-VCS-Directories: sys-libs/talloc/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e6c0df9674aa3ec2e83d50deca5e2c9dcce3c945 X-VCS-Branch: master Date: Thu, 7 Jan 2016 20:31:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f77fe4c1-1104-4849-8ca1-0577d626f618 X-Archives-Hash: 607d05cf5f09358e1d9c90bdcd848887 commit: e6c0df9674aa3ec2e83d50deca5e2c9dcce3c945 Author: Markus Meier gentoo org> AuthorDate: Thu Jan 7 20:31:28 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Jan 7 20:31:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c0df96 sys-libs/talloc: arm stable, bug #568432 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" sys-libs/talloc/talloc-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild b/sys-libs/talloc/talloc-2.1.5.ebuild index f1f8bd3..54e0c5b 100644 --- a/sys-libs/talloc/talloc-2.1.5.ebuild +++ b/sys-libs/talloc/talloc-2.1.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" SLOT="0" -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" +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" IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}"