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 9317C138359 for ; Mon, 20 Jul 2020 12:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B96EFE0903; Mon, 20 Jul 2020 12:51:13 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FF25E0903 for ; Mon, 20 Jul 2020 12:51:13 +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 291EB34F25C for ; Mon, 20 Jul 2020 12:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F642A4 for ; Mon, 20 Jul 2020 12:51:08 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1595249459.1c85099135579cbb6b6122fb8549e7e56f852e56.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild X-VCS-Directories: app-pda/libimobiledevice/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 1c85099135579cbb6b6122fb8549e7e56f852e56 X-VCS-Branch: master Date: Mon, 20 Jul 2020 12:51:08 +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: a20c8272-e00f-4ad7-9e6f-bc56f68a3f92 X-Archives-Hash: c173c08afa21f01ca19ce526657f9c05 commit: 1c85099135579cbb6b6122fb8549e7e56f852e56 Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Jul 20 12:50:45 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Mon Jul 20 12:50:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c850991 app-pda/libimobiledevice: account for libname update with USE=python Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld gentoo.org> app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index 81dee625cbe..2a630796735 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -78,7 +78,7 @@ src_compile() { python_compile() { emake -C "${BUILD_DIR}"/cython \ VPATH="${S}/cython:$1/cython" \ - imobiledevice_la_LIBADD="$1/src/libimobiledevice.la" + imobiledevice_la_LIBADD="$1/src/libimobiledevice-1.0.la" } emake -C "${BUILD_DIR}"