commit:     b504877ec82bade0b8e0c2704995c69a8fd21a50
Author:     Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Thu Oct 27 10:12:17 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 03:36:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b504877e

bitcoincore: Indicate gentoo build

 eclass/bitcoincore.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 45d087b..aa9ed4b 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -365,6 +365,10 @@ bitcoincore_prepare() {
                        ;;
                esac
        done
+
+       echo '#!/bin/true' >share/genbuild.sh
+       mkdir -p src/obj
+       echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h
 }
 
 bitcoincore_autoreconf() {

Reply via email to