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 3E5B1138330 for ; Sat, 26 May 2018 08:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42ADBE07C9; Sat, 26 May 2018 08:06:52 +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 1EC86E07C9 for ; Sat, 26 May 2018 08:06:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C45C8335C06 for ; Sat, 26 May 2018 08:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4464296 for ; Sat, 26 May 2018 08:06:48 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527321999.8d7430eb92610fc74d0284d6ac9bf460e4d16330.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8d7430eb92610fc74d0284d6ac9bf460e4d16330 X-VCS-Branch: master Date: Sat, 26 May 2018 08:06:48 +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: a3e684f3-a4b2-4779-b800-686b9c1fef11 X-Archives-Hash: 8f86b888cc2b44364ace4260df6aa006 commit: 8d7430eb92610fc74d0284d6ac9bf460e4d16330 Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 26 08:06:39 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 26 08:06:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7430eb dev-libs/botan: ppc stable wrt bug #652910 Package-Manager: Portage-2.3.24, Repoman-2.3.6 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 267b5220f71..9ff13b7881c 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"