summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2012-10-08 05:24:05 -0600
committerRyan Hill <dirtyepic@gentoo.org>2012-10-08 05:35:55 -0600
commita96f5010f825fc9f299096ddd8a271e2491824ce (patch)
tree9be43612b7d3b24aabd0f4a086dd289dbde4f028
parentAdd a basic gitignore. (diff)
downloadgentoo-bashcomp-a96f5010f825fc9f299096ddd8a271e2491824ce.tar.gz
gentoo-bashcomp-a96f5010f825fc9f299096ddd8a271e2491824ce.tar.bz2
gentoo-bashcomp-a96f5010f825fc9f299096ddd8a271e2491824ce.zip
Source /usr/share/portage/config/make.globals directly (bug #431034).
As of portage-2.1.11.10/2.2.0_alpha121 the /etc/make.globals symlink no longer exists (see bug #427862).
-rw-r--r--gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo b/gentoo
index edf90f0..f533d8b 100644
--- a/gentoo
+++ b/gentoo
@@ -21,7 +21,7 @@ have()
_portdir()
{
(
- source @GENTOO_PORTAGE_EPREFIX@/etc/make.globals 2>/dev/null
+ source @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/make.globals 2>/dev/null
source @GENTOO_PORTAGE_EPREFIX@/etc/make.conf 2>/dev/null
echo ${PORTDIR}