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 49F9F1396D0 for ; Wed, 4 Oct 2017 19:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BF3E0C5A; Wed, 4 Oct 2017 19:29:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82F11E0C5A for ; Wed, 4 Oct 2017 19:29:21 +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 3F5693417F7 for ; Wed, 4 Oct 2017 19:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D535D908D for ; Wed, 4 Oct 2017 19:29:18 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1507145306.d11fcd28c44f8181f9d45d4ce8967e9c106e5b87.alonbl@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.17.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: d11fcd28c44f8181f9d45d4ce8967e9c106e5b87 X-VCS-Branch: master Date: Wed, 4 Oct 2017 19:29:18 +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: f8cf8a3d-ef62-415e-95a3-0170ea1e787a X-Archives-Hash: 1265117755433786146107948912ec3e commit: d11fcd28c44f8181f9d45d4ce8967e9c106e5b87 Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Oct 4 19:28:26 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Oct 4 19:28:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11fcd28 dev-libs/botan: remove unneeded c++11 patch Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-libs/botan/botan-1.10.17.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/botan/botan-1.10.17.ebuild b/dev-libs/botan/botan-1.10.17.ebuild index 5475dd11867..4045d948b7b 100644 --- a/dev-libs/botan/botan-1.10.17.ebuild +++ b/dev-libs/botan/botan-1.10.17.ebuild @@ -32,7 +32,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx )" PATCHES=( - "${FILESDIR}/${PN}-1.10.15-c++11.patch" "${FILESDIR}/${P}-build.patch" "${FILESDIR}/${P}-libressl.patch" )