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 4F2CD13835A for ; Tue, 4 May 2021 22:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F049E088D; Tue, 4 May 2021 22:18:02 +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 05775E088D for ; Tue, 4 May 2021 22:18:02 +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 99683340D78 for ; Tue, 4 May 2021 22:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88528752 for ; Tue, 4 May 2021 22:17:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620166627.739225cf1900f2033efad4a79481e77cc6fc6797.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-esdip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild X-VCS-Directories: media-gfx/iscan-plugin-esdip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 739225cf1900f2033efad4a79481e77cc6fc6797 X-VCS-Branch: master Date: Tue, 4 May 2021 22:17:57 +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: 29b70537-6fd9-4ad4-add1-dcbb3964611a X-Archives-Hash: 0e13c9b10cd53138d6121918062a823c commit: 739225cf1900f2033efad4a79481e77cc6fc6797 Author: Jakov Smolic sartura hr> AuthorDate: Thu Apr 29 23:56:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 22:17:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739225cf media-gfx/iscan-plugin-esdip: Set QA_PREBUILT Closes: https://bugs.gentoo.org/724814 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild b/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild index e4e0428578e..e1a64b9f4a4 100644 --- a/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild +++ b/media-gfx/iscan-plugin-esdip/iscan-plugin-esdip-1.0.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,8 +21,7 @@ KEYWORDS="-* ~amd64 ~x86" DEPEND=">=media-gfx/iscan-2.28.0" RDEPEND="${DEPEND}" -QA_PREBUILT="/usr/lib64/iscan/libesdtr.so.0* - /usr/lib64/iscan/libesdtr2.so.0*" +QA_PREBUILT="*" src_configure() { :; } src_compile() { :; }