summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-13 23:37:09 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-13 23:37:09 +0000
commit07a30d06a771507f6483bfa4593930041dbbc824 (patch)
treec1dd1a589f1a62a4f8920013744cdbc7b0a41a3d /bin
parentfffee6384c42c706909f0804304d2af0ea521c1e (diff)
downloadportage-07a30d06a771507f6483bfa4593930041dbbc824.tar.gz
portage-07a30d06a771507f6483bfa4593930041dbbc824.tar.bz2
portage-07a30d06a771507f6483bfa4593930041dbbc824.zip
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
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