summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ross <aross@gentoo.org>2007-06-14 06:29:06 +0000
committerAndrew Ross <aross@gentoo.org>2007-06-14 06:29:06 +0000
commit7fe5b6a300e8399a6ef90d001f506b2ec2488dc2 (patch)
tree95778f32308cdd4541882d2407aed4e9c55490fc /app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch
parentpostfix-2.4 has hit the main tree already! (diff)
downloadaross-7fe5b6a300e8399a6ef90d001f506b2ec2488dc2.tar.gz
aross-7fe5b6a300e8399a6ef90d001f506b2ec2488dc2.tar.bz2
aross-7fe5b6a300e8399a6ef90d001f506b2ec2488dc2.zip
Remove old Xen-related ebuilds.
svn path=/; revision=52
Diffstat (limited to 'app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch')
-rw-r--r--app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch b/app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch
deleted file mode 100644
index 362e495..0000000
--- a/app-emulation/xen-tools/files/xen-tools-3.0.2--as-needed.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- xen-3.0.2/tools/xenmon/Makefile 2006-06-01 13:40:40.468687762 +0100
-+++ xen-3.0.2/tools/xenmon/Makefile 2006-06-01 13:41:04.000000000 +0100
-@@ -43,6 +43,6 @@
-
-
- %: %.c Makefile
-- $(CC) $(CFLAGS) $(LDFLAGS) -lxenctrl -o $@ $<
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lxenctrl
-
-