summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/upm/files/upm-0.85-gentoo.diff')
-rw-r--r--app-arch/upm/files/upm-0.85-gentoo.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/upm/files/upm-0.85-gentoo.diff b/app-arch/upm/files/upm-0.85-gentoo.diff
deleted file mode 100644
index a3d273ad8682..000000000000
--- a/app-arch/upm/files/upm-0.85-gentoo.diff
+++ /dev/null
@@ -1,24 +0,0 @@
---- upm-0.85/standard.def.jj 2002-12-27 15:39:29.000000000 +0000
-+++ upm-0.85/standard.def 2002-12-27 15:39:37.000000000 +0000
-@@ -42,8 +42,8 @@
-
- # UserIDs for access to metadata and building
- # uPM will build as root if these are commented out.
--upmuser=upm
--builduser=build
-+upmuser=portage
-+builduser=portage
-
- [mirror]
- # List of mirrors to be used using S @<mirrorname>/path P @<mirrorname>/path
---- upm-0.85/upm.c.jj 2002-12-27 16:16:37.000000000 +0000
-+++ upm-0.85/upm.c 2002-12-27 16:17:00.000000000 +0000
-@@ -4509,7 +4509,7 @@
- if (!mdep_install(m)) { error("%s: Failed to build necessary components",p->name);goto buildfail; }
- }
- }
-- if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);goto buildfail; }
-+ if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);/*goto buildfail;*/ }
- }
-
- /* set key environment variables describing locations and names */