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 C9CCD1382C5 for ; Sun, 4 Apr 2021 21:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA52FE0821; Sun, 4 Apr 2021 21:59:21 +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 B7DF7E0817 for ; Sun, 4 Apr 2021 21:59: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 B523433BF54 for ; Sun, 4 Apr 2021 21:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5374C47 for ; Sun, 4 Apr 2021 21:59:19 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1617573541.809df6d1150a72505116707581607d21f1c797ae.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/, dev-cpp/abseil-cpp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild dev-cpp/abseil-cpp/files/abseil-cpp-20210324-pkgconfig_path.patch X-VCS-Directories: dev-cpp/abseil-cpp/files/ dev-cpp/abseil-cpp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 809df6d1150a72505116707581607d21f1c797ae X-VCS-Branch: master Date: Sun, 4 Apr 2021 21:59:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d0318c8-760d-47e2-b8bb-528562d927cb X-Archives-Hash: 2b4fa5d4c11686ea848fdbbfa7eb2110 commit: 809df6d1150a72505116707581607d21f1c797ae Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Apr 4 00:00:00 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Apr 4 21:59:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809df6d1 dev-cpp/abseil-cpp: correct pkgconfig file location Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Georgy Yakovlev gentoo.org> ...p-20210324.0-r1.ebuild => abseil-cpp-20210324.0-r2.ebuild} | 1 + .../abseil-cpp/files/abseil-cpp-20210324-pkgconfig_path.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild similarity index 97% rename from dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild rename to dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild index dd401361783..42d1d983e58 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r2.ebuild @@ -36,6 +36,7 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-20200923-arm_no_crypto.patch" + "${FILESDIR}/${PN}-20210324-pkgconfig_path.patch" ) src_prepare() { diff --git a/dev-cpp/abseil-cpp/files/abseil-cpp-20210324-pkgconfig_path.patch b/dev-cpp/abseil-cpp/files/abseil-cpp-20210324-pkgconfig_path.patch new file mode 100644 index 00000000000..3ce0a0cefe0 --- /dev/null +++ b/dev-cpp/abseil-cpp/files/abseil-cpp-20210324-pkgconfig_path.patch @@ -0,0 +1,11 @@ +--- /CMake/AbseilHelpers.cmake ++++ /CMake/AbseilHelpers.cmake +@@ -181,7 +181,7 @@ + Libs: -L\${libdir} $ $<$>:-labsl_${_NAME}>\n\ + Cflags: -I\${includedir}${PC_CFLAGS}\n") + INSTALL(FILES "${CMAKE_BINARY_DIR}/lib/pkgconfig/absl_${_NAME}.pc" +- DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") ++ DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig") + endif() + endif() +