From 07a30d06a771507f6483bfa4593930041dbbc824 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 13 Jul 2007 23:37:09 +0000 Subject: Save the repo name along with the other metadata inside dyn_compile() so that it's saved inside binary packages for when they are finally merged. svn path=/main/trunk/; revision=7247 --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index b7636b1e3..6442ec4ff 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -930,6 +930,7 @@ dyn_compile() { bzip2 -f9 environment cp "${EBUILD}" "${PF}.ebuild" + [ -n "${PORTAGE_REPO_NAME}" ] && echo "${PORTAGE_REPO_NAME}" > repository if hasq nostrip ${FEATURES} ${RESTRICT} || hasq strip ${RESTRICT} then touch DEBUGBUILD -- cgit v1.2.3-1-g7c22