commit:     883e194e455d012fa4b32eea027384cd64770c24
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 20:21:38 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 20:28:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883e194e

dev-util/abi-compliance-checker: ignore broken Makefile

Ignore the Makefile that has been introduced upstream. It only calls
'install' with hardcoded '/usr' prefix, and does that as a default rule.
Therefore, we need to wipe out src_compile() to make sure it doesn't try
to install to the live system.

 dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild 
b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
index 5359294..9c71e65 100644
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
@@ -25,6 +25,10 @@ SRC_URI=
 KEYWORDS=
 #endif
 
+src_compile() {
+       :
+}
+
 src_install() {
        mkdir -p "${D}"/usr || die
        perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die

Reply via email to