diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-06 12:47:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-06 12:47:20 +0000 |
commit | f8efa8ff44524b247ff7c2adcbb11a53f5a2b7ff (patch) | |
tree | 8f048ec3dd372d7a154a13a5a929bffcefe9e624 /app-shells/gentoo-bashcomp | |
parent | net-fs/netatalk: Version Bump, #436908 (diff) | |
download | gentoo-2-f8efa8ff44524b247ff7c2adcbb11a53f5a2b7ff.tar.gz gentoo-2-f8efa8ff44524b247ff7c2adcbb11a53f5a2b7ff.tar.bz2 gentoo-2-f8efa8ff44524b247ff7c2adcbb11a53f5a2b7ff.zip |
Commit forgotten patch, thanks to ago for noticing.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index e9ce06442964..a2be7dad5b4e 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.47 2012/10/06 09:42:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.48 2012/10/06 12:47:20 pacho Exp $ + + 06 Oct 2012; Pacho Ramos <pacho@gentoo.org> + +files/gentoo-bashcomp-20101217-make_globals.patch: + Commit forgotten patch, thanks to ago for noticing. *gentoo-bashcomp-20101217-r1 (06 Oct 2012) diff --git a/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch b/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch new file mode 100644 index 000000000000..ff5262cdabf2 --- /dev/null +++ b/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch @@ -0,0 +1,11 @@ +--- 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} |