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 CE79E138334 for ; Wed, 20 Nov 2019 14:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C5EE081A; Wed, 20 Nov 2019 14:39:57 +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 F0AC3E081A for ; Wed, 20 Nov 2019 14:39:56 +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 CE8C334D0F1 for ; Wed, 20 Nov 2019 14:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B18E8D2 for ; Wed, 20 Nov 2019 14:39:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1574260780.b88db9002a8eb1fb3f8a161111c57912955e5f7c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee/bitlbee-3.5.1.ebuild net-im/bitlbee/bitlbee-3.6.ebuild net-im/bitlbee/bitlbee-9999.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b88db9002a8eb1fb3f8a161111c57912955e5f7c X-VCS-Branch: master Date: Wed, 20 Nov 2019 14:39:54 +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: 3f0b9a05-6df2-4de1-a64d-5c5285845450 X-Archives-Hash: e66bf32af6adce8a49835578b6bc2838 commit: b88db9002a8eb1fb3f8a161111c57912955e5f7c Author: Petr Vaněk atlas cz> AuthorDate: Tue Nov 5 13:01:32 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 20 14:39:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88db900 net-im/bitlbee: Install pkgconfig to /usr/$(get_libdir)/pkgconfig This commit indirectly solves issues #678128 and #678510 because pkg-config searches bitlbee.pc in /usr/lib64/pkgconfig by default for ARCH=amd64. Closes: https://bugs.gentoo.org/678128 Closes: https://bugs.gentoo.org/678510 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13554 Signed-off-by: Joonas Niilola gentoo.org> net-im/bitlbee/bitlbee-3.5.1.ebuild | 3 ++- net-im/bitlbee/bitlbee-3.6.ebuild | 1 + net-im/bitlbee/bitlbee-9999.ebuild | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/bitlbee/bitlbee-3.5.1.ebuild b/net-im/bitlbee/bitlbee-3.5.1.ebuild index c6145c59a2f..1e09301af29 100644 --- a/net-im/bitlbee/bitlbee-3.5.1.ebuild +++ b/net-im/bitlbee/bitlbee-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -114,6 +114,7 @@ src_configure() { --datadir=/usr/share/bitlbee \ --etcdir=/etc/bitlbee \ --plugindir=/usr/$(get_libdir)/bitlbee \ + --pcdir=/usr/$(get_libdir)/pkgconfig \ --systemdsystemunitdir=$(systemd_get_systemunitdir) \ --doc=1 \ --strip=0 \ diff --git a/net-im/bitlbee/bitlbee-3.6.ebuild b/net-im/bitlbee/bitlbee-3.6.ebuild index 4969b10a633..9df170295b6 100644 --- a/net-im/bitlbee/bitlbee-3.6.ebuild +++ b/net-im/bitlbee/bitlbee-3.6.ebuild @@ -109,6 +109,7 @@ src_configure() { --datadir=/usr/share/bitlbee \ --etcdir=/etc/bitlbee \ --plugindir=/usr/$(get_libdir)/bitlbee \ + --pcdir=/usr/$(get_libdir)/pkgconfig \ --systemdsystemunitdir=$(systemd_get_systemunitdir) \ --doc=1 \ --strip=0 \ diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 4969b10a633..9df170295b6 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -109,6 +109,7 @@ src_configure() { --datadir=/usr/share/bitlbee \ --etcdir=/etc/bitlbee \ --plugindir=/usr/$(get_libdir)/bitlbee \ + --pcdir=/usr/$(get_libdir)/pkgconfig \ --systemdsystemunitdir=$(systemd_get_systemunitdir) \ --doc=1 \ --strip=0 \