summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2016-07-29 15:12:47 +0200
committerAmy Winston <amynka@gentoo.org>2016-07-29 15:12:47 +0200
commit2f7dd04bc9415896ed8b86a8badfaa12fd11e5f5 (patch)
tree48908debbdddb5590cb51c98dba93a189ebdfbf5 /dev-scheme/guile/files
parentnet-misc/iperf: Version bump. (diff)
downloadgentoo-2f7dd04bc9415896ed8b86a8badfaa12fd11e5f5.tar.gz
gentoo-2f7dd04bc9415896ed8b86a8badfaa12fd11e5f5.tar.bz2
gentoo-2f7dd04bc9415896ed8b86a8badfaa12fd11e5f5.zip
dev-scheme/guile: remove broken version 2.0.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-scheme/guile/files')
-rw-r--r--dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch b/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch
deleted file mode 100644
index cbd3f466120d..000000000000
--- a/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/doc/ref/api-control.texi 2016-06-23 03:35:29.973976657 -0500
-+++ b/doc/ref/api-control.texi 2016-06-23 03:33:36.589969005 -0500
-@@ -1492,8 +1492,8 @@
- @deftypefnx {C Function} void scm_wrong_type_arg (char *@var{subr}, int @var{argnum}, SCM @var{bad_value})
- @deftypefnx {C Function} void scm_wrong_type_arg_msg (char *@var{subr}, int @var{argnum}, SCM @var{bad_value}, const char *@var{expected})
- @deftypefnx {C Function} void scm_memory_error (char *@var{subr})
--Throw an error with the various keys described above.
- @deftypefnx {C Function} void scm_misc_error (const char *@var{subr}, const char *@var{message}, SCM @var{args})
-+Throw an error with the various keys described above.
-
- In @code{scm_wrong_num_args}, @var{proc} should be a Scheme symbol
- which is the name of the procedure incorrectly invoked. The other