From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D35B1382C5 for ; Wed, 18 Apr 2018 23:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAC6FE0871; Wed, 18 Apr 2018 23:31:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CACBEE0871 for ; Wed, 18 Apr 2018 23:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3CCF335C7C for ; Wed, 18 Apr 2018 23:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128FA28B for ; Wed, 18 Apr 2018 23:31:32 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524094234.454c09bcc33443ca8de015e90b0983073753f88d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-2.6.0.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 454c09bcc33443ca8de015e90b0983073753f88d X-VCS-Branch: master Date: Wed, 18 Apr 2018 23:31: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: f0a81f45-03ce-433a-9272-c903bad0d0e8 X-Archives-Hash: d35f85c9938461ebfad220fe532c9fac commit: 454c09bcc33443ca8de015e90b0983073753f88d Author: Aaron Bauman gentoo org> AuthorDate: Wed Apr 18 23:30:34 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 18 23:30:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454c09bc dev-libs/botan: amd64 stable wrt bug #652910 Bug: https://bugs.gentoo.org/652910 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-libs/botan/botan-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-2.6.0.ebuild b/dev-libs/botan/botan-2.6.0.ebuild index 5b1383c390d..4fb14ea2ea6 100644 --- a/dev-libs/botan/botan-2.6.0.ebuild +++ b/dev-libs/botan/botan-2.6.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A C++ crypto library" HOMEPAGE="https://botan.randombit.net/" SRC_URI="https://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="2/$(get_version_component_range 2)" # soname version LICENSE="BSD" IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"