From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E82461381F3 for ; Mon, 26 Nov 2012 23:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 973B5E0716; Mon, 26 Nov 2012 23:32:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 092FBE0716 for ; Mon, 26 Nov 2012 23:32:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F236833D921 for ; Mon, 26 Nov 2012 23:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 598B2E5436 for ; Mon, 26 Nov 2012 23:32:36 +0000 (UTC) From: "Emil Karlson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Emil Karlson" Message-ID: <1353972704.79526ae363b2e515f6ce4cfda10d088da6b8ff9f.emil_karlson@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/ati-drivers/ati-drivers-12.11_beta8.ebuild X-VCS-Directories: x11-drivers/ati-drivers/ X-VCS-Committer: emil_karlson X-VCS-Committer-Name: Emil Karlson X-VCS-Revision: 79526ae363b2e515f6ce4cfda10d088da6b8ff9f X-VCS-Branch: master Date: Mon, 26 Nov 2012 23:32:36 +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: eb575357-3e19-4ff9-b897-ab5d32ef51bc X-Archives-Hash: 82813aaa8d2bbb3aed8cb9d8d3dca294 commit: 79526ae363b2e515f6ce4cfda10d088da6b8ff9f Author: Emil Karlson gmail com> AuthorDate: Mon Nov 26 23:31:44 2012 +0000 Commit: Emil Karlson gmail com> CommitDate: Mon Nov 26 23:31:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=79526ae3 ati-drivers: Mask clinfo binary from revdep-rebuild ref https://bugs.gentoo.org/show_bug.cgi?id=443466 --- .../ati-drivers/ati-drivers-12.11_beta8.ebuild | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/x11-drivers/ati-drivers/ati-drivers-12.11_beta8.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.11_beta8.ebuild index cc8dfdf..c67bbed 100644 --- a/x11-drivers/ati-drivers/ati-drivers-12.11_beta8.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-12.11_beta8.ebuild @@ -593,6 +593,10 @@ src_install-libs() { dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so}) done + # See https://bugs.gentoo.org/show_bug.cgi?id=443466 + dodir /etc/revdep-rebuild/ + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers" + #remove static libs if not wanted use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a }