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 75573139694 for ; Fri, 3 Mar 2017 05:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9678FE0CBF; Fri, 3 Mar 2017 05:57:45 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 733C2E0CBF for ; Fri, 3 Mar 2017 05:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75A12341714 for ; Fri, 3 Mar 2017 05:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B4A5AA1 for ; Fri, 3 Mar 2017 05:57:42 +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: <1488490400.fbf80e8847c120c5ed66e77060b23c08b2c53259.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild dev-libs/libgpg-error/libgpg-error-1.27.ebuild X-VCS-Directories: dev-libs/libgpg-error/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: fbf80e8847c120c5ed66e77060b23c08b2c53259 X-VCS-Branch: master Date: Fri, 3 Mar 2017 05:57:42 +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: 01973a25-2279-4180-b90b-e7831382eaf2 X-Archives-Hash: 591353938dd91f0efc56c55f04f3bb06 commit: fbf80e8847c120c5ed66e77060b23c08b2c53259 Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Mar 2 21:33:20 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Mar 2 21:33:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf80e88 dev-libs/libgpg-error: fix include file collision in multilib Bug: 611440 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{libgpg-error-1.27.ebuild => libgpg-error-1.27-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libgpg-error/libgpg-error-1.27.ebuild b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild similarity index 98% rename from dev-libs/libgpg-error/libgpg-error-1.27.ebuild rename to dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild index 6a2abb53215..498f1445bc8 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.27.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild @@ -27,6 +27,7 @@ MULTILIB_CHOST_TOOLS=( ) MULTILIB_WRAPPED_HEADERS=( /usr/include/gpg-error.h + /usr/include/gpgrt.h ) src_prepare() {