aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Shelton <stuart@shelton.me>2017-03-16 09:26:15 +0000
committerStuart Shelton <stuart@shelton.me>2017-03-16 09:26:15 +0000
commit0005fd42f4914ee6d7031097dedabd8fe3ef689b (patch)
treec713bf077da3ac7a04dd975c121a4589361c6895 /sys-apps/gawk/files
parentUpdate sys-libs/glibc-2.23-r3 (diff)
downloadsrcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.tar.gz
srcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.tar.bz2
srcshelton-0005fd42f4914ee6d7031097dedabd8fe3ef689b.zip
Update all files modified by Gentoo Bug 611234, closing change started at d798c00
Diffstat (limited to 'sys-apps/gawk/files')
-rw-r--r--sys-apps/gawk/files/Manifest.gentoo4
-rw-r--r--sys-apps/gawk/files/filefuncs/Makefile1
2 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/gawk/files/Manifest.gentoo b/sys-apps/gawk/files/Manifest.gentoo
index aa8addf2..681054de 100644
--- a/sys-apps/gawk/files/Manifest.gentoo
+++ b/sys-apps/gawk/files/Manifest.gentoo
@@ -1,5 +1,5 @@
-files/filefuncs/filefuncs.c 9dac6056b1c1060599fabeac0c80d7b8
-files/filefuncs/Makefile c112f626b3a71c67c58ff54b2adace6f
+files/filefuncs/filefuncs.c 18c6c37e3fd4b065fdb65478ba43de99
+files/filefuncs/Makefile 58ae43e2eb7823a26f8deaf777f5fa23
files/gawk-4.1.3-bsd_configure_readline.patch 8345f05f89dda39ff3cba9300b1a87ea
gawk-3.1.8.ebuild 39bbd3e2be6b26f854caa97a7a7fcee6
gawk-4.0.2.ebuild 7b9829167cf2ad05299e7eba7d66dce9
diff --git a/sys-apps/gawk/files/filefuncs/Makefile b/sys-apps/gawk/files/filefuncs/Makefile
index df66945c..49879380 100644
--- a/sys-apps/gawk/files/filefuncs/Makefile
+++ b/sys-apps/gawk/files/filefuncs/Makefile
@@ -1,7 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Id: 615ae02512ca45b214cf3310d4f42eba10db96a1 $
CC ?= gcc
LD = $(CC)