summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-12-18 17:17:33 +0000
committerSimon Stelling <blubb@gentoo.org>2004-12-18 17:17:33 +0000
commit8f903e8378854b66fc01dfd8ee0ccf98e2e9ecd5 (patch)
tree2130334c6228ff5c43ef59a0e022f9d4820fd6a3 /app-admin/amanda
parentStable on ppc64 (Manifest recommit) (diff)
downloadgentoo-2-8f903e8378854b66fc01dfd8ee0ccf98e2e9ecd5.tar.gz
gentoo-2-8f903e8378854b66fc01dfd8ee0ccf98e2e9ecd5.tar.bz2
gentoo-2-8f903e8378854b66fc01dfd8ee0ccf98e2e9ecd5.zip
#65627
Diffstat (limited to 'app-admin/amanda')
-rw-r--r--app-admin/amanda/ChangeLog6
-rw-r--r--app-admin/amanda/amanda-2.4.4_p3.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/amanda/ChangeLog b/app-admin/amanda/ChangeLog
index 6f4bdad963bc..3d5e83be3894 100644
--- a/app-admin/amanda/ChangeLog
+++ b/app-admin/amanda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/amanda
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/ChangeLog,v 1.27 2004/12/10 22:12:21 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/ChangeLog,v 1.28 2004/12/18 17:17:33 blubb Exp $
+
+ 18 Dec 2004; Simon Stelling <blubb@gentoo.org> amanda-2.4.4_p3.ebuild:
+ removed myconf=" `use_with pic`" line, it's apparently not needed and
+ prevented from building amanda on amd64
10 Dec 2004; Andrej Kacian <ticho@gentoo.org> amanda-2.4.4-r3.ebuild,
amanda-2.4.4_p2-r1.ebuild, amanda-2.4.4_p2-r2.ebuild,
diff --git a/app-admin/amanda/amanda-2.4.4_p3.ebuild b/app-admin/amanda/amanda-2.4.4_p3.ebuild
index 9792ad55934d..186a3b806084 100644
--- a/app-admin/amanda/amanda-2.4.4_p3.ebuild
+++ b/app-admin/amanda/amanda-2.4.4_p3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4_p3.ebuild,v 1.4 2004/12/10 22:12:21 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/amanda/amanda-2.4.4_p3.ebuild,v 1.5 2004/12/18 17:17:33 blubb Exp $
inherit eutils
@@ -164,8 +164,6 @@ src_compile() {
myconf="${myconf} --with-buffered-dump"
# Debug
myconf="${myconf} `use_with debug debugging`"
- # PIC
- myconf="${myconf} `use_with pic`"
# Where to put our files
myconf="${myconf} --localstatedir=${AMANDA_USER_HOMEDIR}"