diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-04-06 22:04:36 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-04-06 22:04:36 +0000 |
commit | 4dec2f49c81146f788849c4366453d5b45a4837b (patch) | |
tree | 79997c90281897aa91c06e016c2e1024ddc2d41f | |
parent | General clean; outlook, deps. Remove old versions. (diff) | |
download | gentoo-2-4dec2f49c81146f788849c4366453d5b45a4837b.tar.gz gentoo-2-4dec2f49c81146f788849c4366453d5b45a4837b.tar.bz2 gentoo-2-4dec2f49c81146f788849c4366453d5b45a4837b.zip |
..and one unused patch
(Portage version: 2.1.2.3)
-rw-r--r-- | media-sound/exaile/files/exaile-0.2.8-strip.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-sound/exaile/files/exaile-0.2.8-strip.patch b/media-sound/exaile/files/exaile-0.2.8-strip.patch deleted file mode 100644 index 677da34cf2ad..000000000000 --- a/media-sound/exaile/files/exaile-0.2.8-strip.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur exaile_0.2.8.orig/mmkeys/Makefile exaile_0.2.8/mmkeys/Makefile ---- exaile_0.2.8.orig/mmkeys/Makefile 2006-11-01 02:11:34.000000000 +0200 -+++ exaile_0.2.8/mmkeys/Makefile 2007-02-04 13:40:43.000000000 +0200 -@@ -7,7 +7,6 @@ - - mmkeys.so: mmkeyspy.o mmkeys.o mmkeysmodule.o - $(CC) $(LDFLAGS) -shared $^ -o $@ -- strip mmkeys.so - - DEFS=`pkg-config --variable=defsdir pygtk-2.0` - |