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 7C487138334 for ; Thu, 27 Sep 2018 23:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2079E0967; Thu, 27 Sep 2018 23:55:42 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 AB553E0967 for ; Thu, 27 Sep 2018 23:55:42 +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 A0C8B335CB7 for ; Thu, 27 Sep 2018 23:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 107CE3FB for ; Thu, 27 Sep 2018 23:55:20 +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: <1538092300.98516f92c0d24f44e272effb6b9b0fd5ac2ffb1a.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crypto++/crypto++-5.6.5-r1.ebuild dev-libs/crypto++/crypto++-7.0.0-r2.ebuild X-VCS-Directories: dev-libs/crypto++/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 98516f92c0d24f44e272effb6b9b0fd5ac2ffb1a X-VCS-Branch: master Date: Thu, 27 Sep 2018 23:55:20 +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: 5128a993-531a-4f98-a05b-336a8b493b7c X-Archives-Hash: 9dd8270b97d89498767b1b88d0ce32c4 commit: 98516f92c0d24f44e272effb6b9b0fd5ac2ffb1a Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Sep 23 14:30:11 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Sep 27 23:51:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98516f92 dev-libs/crypto++: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/crypto++/crypto++-5.6.5-r1.ebuild | 4 ++-- dev-libs/crypto++/crypto++-7.0.0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild index ca9bfbc1c08..03281fc6285 100644 --- a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild +++ b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0/5.6" # subslot is so version KEYWORDS="alpha amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~x64-macos" IUSE="static-libs" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}" diff --git a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild index 0a748f1e54b..ca2ab2b9648 100644 --- a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild +++ b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0/7" # subslot is so version KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86 ~x64-macos" IUSE="+asm static-libs" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}"