diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-01-26 12:45:48 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-01-26 12:58:40 -0600 |
commit | c83dc517fb86ec9df853954bc9295bb843e7a65e (patch) | |
tree | c7ec2d405fb79e8d087bd0a184d67340105bde9a /dev-lang/mmix/files | |
parent | x11-libs/libXi: Version bump to 1.7.9. (diff) | |
download | gentoo-c83dc517fb86ec9df853954bc9295bb843e7a65e.tar.gz gentoo-c83dc517fb86ec9df853954bc9295bb843e7a65e.tar.bz2 gentoo-c83dc517fb86ec9df853954bc9295bb843e7a65e.zip |
dev-lang/mmix: version bump to 20160804
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lang/mmix/files')
-rw-r--r-- | dev-lang/mmix/files/mmix-20110420-makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mmix/files/mmix-20110420-makefile.patch b/dev-lang/mmix/files/mmix-20110420-makefile.patch index dab062b050f0..14107ed915a9 100644 --- a/dev-lang/mmix/files/mmix-20110420-makefile.patch +++ b/dev-lang/mmix/files/mmix-20110420-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -27,23 +27,23 @@ if test -r $*.ch; then cweave $*.w $*.ch; else cweave $*.w; fi |