diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-07 01:08:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-07 01:08:13 +0000 |
commit | 0531ce26cf17d809262a3573d6c6465b5b22df05 (patch) | |
tree | 0d6fb3dcc98f5fe3d376b586ba756005d91f7eb7 /app-admin/sudo/files | |
parent | version bump (diff) | |
download | gentoo-2-0531ce26cf17d809262a3573d6c6465b5b22df05.tar.gz gentoo-2-0531ce26cf17d809262a3573d6c6465b5b22df05.tar.bz2 gentoo-2-0531ce26cf17d809262a3573d6c6465b5b22df05.zip |
Re-digest the re-rolled rc2 (#2), drop all patches as they are all upstreamed. Drop old version that is not a stable candidate (1.7.6 is the next stable candidate, next month).
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/sudo/files')
-rw-r--r-- | app-admin/sudo/files/sudo-1.8.1_rc2-plugindir.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-admin/sudo/files/sudo-1.8.1_rc2-plugindir.patch b/app-admin/sudo/files/sudo-1.8.1_rc2-plugindir.patch deleted file mode 100644 index 9fa2e0dd22f8..000000000000 --- a/app-admin/sudo/files/sudo-1.8.1_rc2-plugindir.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: sudo-1.8.1rc2/configure.in -=================================================================== ---- sudo-1.8.1rc2.orig/configure.in -+++ sudo-1.8.1rc2/configure.in -@@ -1099,13 +1099,14 @@ AC_ARG_WITH(askpass, [AS_HELP_STRING([-- - ;; - esac], AC_MSG_RESULT(no)) - --with_plugindir="$libexecdir" --AC_ARG_WITH(plugin_dir, [AS_HELP_STRING([--with-plugin_dir], [set directory to load plugins from])], --[case $with_plugin_dir in -+AC_ARG_WITH(plugindir, [AS_HELP_STRING([--with-plugin_dir], [set directory to load plugins from])], -+[case $withval in - no) AC_MSG_ERROR(["illegal argument: --without-plugin_dir."]) - ;; -- *) ;; --esac]) -+ *) with_plugindir=$withval;; -+esac], -+[with_plugindir="$libexecdir" -+]) - - dnl - dnl Options for --enable |