commit: 9cea3ec0223e92cbf3e4a17875dfd136e76de1ea
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 02:00:36 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 02:01:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cea3ec0
app-emulation/wine: Remove accidentally committed temp file
Package-Manager: portage-2.3.0
app-emulation/wine/foo.patch | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/app-emulation/wine/foo.patch b/app-emulation/wine/foo.patch
deleted file mode 100644
index c7c3262..00000000
--- a/app-emulation/wine/foo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/app-emulation/wine/wine-9999.ebuild
b/app-emulation/wine/wine-9999.ebuild
-index 8cfdb3e..3e02ff4 100644
---- a/app-emulation/wine/wine-9999.ebuild
-+++ b/app-emulation/wine/wine-9999.ebuild
-@@ -315,7 +315,7 @@ src_unpack() {
-
- if [[ "${CURRENT_WINE_COMMIT}" !=
"${COMPAT_WINE_COMMIT}" ]]; then
- einfo "The current Staging patchset is not
guaranteed to apply on this WINE commit."
-- einfo "If src_prepare fails, try emerging with
the env var EGIT_COMMIT."
-+ einfo "If src_prepare fails, try emerging with
the env var WINE_COMMIT."
- einfo "Example:
WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
- fi
- fi