summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-20 12:00:33 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-04-21 07:15:14 -0400
commit79ced72544f1e1f01ad7aaf7d89e28b6bf086475 (patch)
tree7992320554868c08bc7bd06de0bc47df8fc74818 /sys-apps/gradm/files
parentsys-apps/agedu: epatch->PATCHES=() (diff)
downloadgentoo-79ced72544f1e1f01ad7aaf7d89e28b6bf086475.tar.gz
gentoo-79ced72544f1e1f01ad7aaf7d89e28b6bf086475.tar.bz2
gentoo-79ced72544f1e1f01ad7aaf7d89e28b6bf086475.zip
sys-apps/gradm: epatch->PATCHES=()
Also dropped unneeded eutils eclass. Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-apps/gradm/files')
-rw-r--r--sys-apps/gradm/files/respect-gentoo-env-r3.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/gradm/files/respect-gentoo-env-r3.patch b/sys-apps/gradm/files/respect-gentoo-env-r3.patch
index 7c899b139745..13220ae4689a 100644
--- a/sys-apps/gradm/files/respect-gentoo-env-r3.patch
+++ b/sys-apps/gradm/files/respect-gentoo-env-r3.patch
@@ -1,6 +1,5 @@
-diff -Naur gradm2.orig/Makefile gradm2/Makefile
---- gradm2.orig/Makefile 2013-08-09 16:28:37.000000000 -0400
-+++ gradm2/Makefile 2013-08-10 07:57:12.000000000 -0400
+--- a/Makefile
++++ b/Makefile
@@ -18,18 +18,18 @@
BISON=/usr/bin/bison
#YACC := $(shell if [ -x $(BYACC) ]; then echo $(BYACC); else echo $(BISON); fi)