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 8E3C31382C5 for ; Thu, 3 May 2018 11:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1035E0ADC; Thu, 3 May 2018 11:58:17 +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 D15C9E0ADC for ; Thu, 3 May 2018 11:58:17 +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 079BA335C36 for ; Thu, 3 May 2018 11:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32D642A for ; Thu, 3 May 2018 11:58:15 +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: <1525348655.74f55f1889f01beb05195cf39f4e887f549e4463.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++-7.0.0-r1.ebuild dev-libs/crypto++/crypto++-7.0.0.ebuild X-VCS-Directories: dev-libs/crypto++/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 74f55f1889f01beb05195cf39f4e887f549e4463 X-VCS-Branch: master Date: Thu, 3 May 2018 11:58:15 +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: 10d8eb98-9095-45f7-92e6-e75c4ff60f65 X-Archives-Hash: 4e229cff484c1342ac5d8bab7a572810 commit: 74f55f1889f01beb05195cf39f4e887f549e4463 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu May 3 11:56:55 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu May 3 11:57:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f55f18 dev-libs/crypto++: add pkg-config Thanks-To: polynomial-c gentoo.org Closes: https://bugs.gentoo.org/654718 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/crypto++/{crypto++-7.0.0.ebuild => crypto++-7.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/crypto++/crypto++-7.0.0.ebuild b/dev-libs/crypto++/crypto++-7.0.0-r1.ebuild similarity index 96% rename from dev-libs/crypto++/crypto++-7.0.0.ebuild rename to dev-libs/crypto++/crypto++-7.0.0-r1.ebuild index cc4036e3bf6..850fe2a0c03 100644 --- a/dev-libs/crypto++/crypto++-7.0.0.ebuild +++ b/dev-libs/crypto++/crypto++-7.0.0-r1.ebuild @@ -37,7 +37,7 @@ src_compile() { # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS [[ ${CHOST} == *-darwin* ]] && append-cxxflags -DCRYPTOPP_DISABLE_ASM - emake -f GNUmakefile all shared + emake -f GNUmakefile all shared libcryptopp.pc } src_install() {