diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-24 19:34:53 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-24 20:20:13 -0400 |
commit | abdb5aa3b32f5f1f10ceb4003e23d5454848c29f (patch) | |
tree | 31082cf2681432e80a3cf839763456aae80e0c28 /app-shells/gentoo-bashcomp | |
parent | dev-libs/libressl: drop ltprune eclass (diff) | |
download | gentoo-abdb5aa3b32f5f1f10ceb4003e23d5454848c29f.tar.gz gentoo-abdb5aa3b32f5f1f10ceb4003e23d5454848c29f.tar.bz2 gentoo-abdb5aa3b32f5f1f10ceb4003e23d5454848c29f.zip |
app-shells/gentoo-bashcomp: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/8557
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 deleted file mode 100644 index ff5262cdabf2..000000000000 --- a/app-shells/gentoo-bashcomp/files/gentoo-bashcomp-20101217-make_globals.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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} |