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 C49035919E for ; Fri, 12 Feb 2016 07:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF28E07D1; Fri, 12 Feb 2016 07:23:36 +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 AA521E0801 for ; Fri, 12 Feb 2016 07:23:35 +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 84D3E340C31 for ; Fri, 12 Feb 2016 07:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452E510B8 for ; Fri, 12 Feb 2016 07:23:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1455261668.2a78b43061c23aea1daafb09faba869f3696320b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-1.10.12.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2a78b43061c23aea1daafb09faba869f3696320b X-VCS-Branch: master Date: Fri, 12 Feb 2016 07:23:32 +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: d015a3b4-251f-4ff3-abcb-e080c894b4db X-Archives-Hash: d677957b02e14c9b33a199e6032f9511 commit: 2a78b43061c23aea1daafb09faba869f3696320b Author: Jeroen Roovers gentoo org> AuthorDate: Fri Feb 12 07:21:08 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Feb 12 07:21:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a78b430 dev-libs/botan: Stable for HPPA PPC64 (bug #574034). Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches dev-libs/botan/botan-1.10.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-1.10.12.ebuild b/dev-libs/botan/botan-1.10.12.ebuild index 29310d8..aaf6b12 100644 --- a/dev-libs/botan/botan-1.10.12.ebuild +++ b/dev-libs/botan/botan-1.10.12.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="A C++ crypto library" HOMEPAGE="http://botan.randombit.net/" SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~ppc-macos" SLOT="0" LICENSE="BSD" IUSE="bindist doc python bzip2 gmp ssl static-libs threads zlib"