summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-12 17:04:25 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-02-14 22:23:48 +0100
commit4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5 (patch)
tree29dae8bc69296379503ff8e90ac310ba2ccb8c9a
parentwww-client/elinks: remove unused patch. (diff)
downloadgentoo-4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5.tar.gz
gentoo-4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5.tar.bz2
gentoo-4bf9a16769ca7dc5c47e2f2be85b9e888ad286b5.zip
sys-process/prll: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/3935
-rw-r--r--sys-process/prll/files/0.5-prefix.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-process/prll/files/0.5-prefix.patch b/sys-process/prll/files/0.5-prefix.patch
deleted file mode 100644
index dcf2314fb5d0..000000000000
--- a/sys-process/prll/files/0.5-prefix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/prll.sh b/prll.sh
-index 45a4fa4..f3ec39f 100644
---- a/prll.sh
-+++ b/prll.sh
-@@ -41,7 +41,7 @@ function prll() {
- EOF
- [[ -z "$1" ]] && return 1 || return 0
- fi
-- /usr/bin/which prll_qer > /dev/null
-+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_qer > /dev/null
- if [[ $? -ne 0 ]] ; then
- echo "PRLL: Missing prll_qer." 1>&2
- return 1
-@@ -51,14 +51,14 @@ function prll() {
- local prll_unbuffer=yes
- shift
- else
-- /usr/bin/which prll_bfr > /dev/null
-+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which prll_bfr > /dev/null
- if [[ $? -ne 0 ]] ; then
- echo "PRLL: Missing prll_bfr." 1>&2
- return 1
- fi
- fi
- if [[ -z $PRLL_NR_CPUS ]] ; then
-- /usr/bin/which grep > /dev/null
-+ @GENTOO_PORTAGE_EPREFIX@/usr/bin/which grep > /dev/null
- if [[ $? -ne 0 || ! -a /proc/cpuinfo ]] ; then
- echo "PRLL: Environment variable PRLL_NR_CPUS is not set" 1>&2
- echo "PRLL: and either the grep utility is missing or" 1>&2