summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-09 20:45:43 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-09 23:35:30 +0100
commit958399c69d1d2094a34b8a9c596f2427a54526f0 (patch)
tree96eec01ae487ccd1ffd4f12732c544969de107d5 /sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch
parentx11-misc/blockdpy: EAPI bump 0 -> 6 (diff)
downloadgentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.tar.gz
gentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.tar.bz2
gentoo-958399c69d1d2094a34b8a9c596f2427a54526f0.zip
sys-boot/plymouth: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3897
Diffstat (limited to 'sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch')
-rw-r--r--sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch b/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch
deleted file mode 100644
index cb0f0d5af3bb..000000000000
--- a/sys-boot/plymouth/files/0.8.3-gentoo-fb-path.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5fd3ed5a1f661eb1d99e1d4df5edad8410cc54e3 Mon Sep 17 00:00:00 2001
-From: root <root@christoph.egore.lan>
-Date: Sun, 25 Oct 2009 03:55:54 +0100
-Subject: [PATCH] Gentoo does not have /dev/fb, but /dev/fb0 (at least on i915 KMS)
-
----
- src/plugins/renderers/frame-buffer/plugin.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c
-index a1e4fcd..19aab4b 100644
---- a/src/plugins/renderers/frame-buffer/plugin.c
-+++ b/src/plugins/renderers/frame-buffer/plugin.c
-@@ -46,7 +46,7 @@
- #include <linux/fb.h>
-
- #ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME
--#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb"
-+#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb0"
- #endif
-
- struct _ply_frame_buffer
---
-1.6.5
-