summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-05-17 22:17:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-05-17 22:17:05 +0000
commite0abf43ac5eb3d4947ec93b099dd81bba1f4d933 (patch)
treed9aed4fd34579e9ba403f3362a68ef0beb06bc18 /app-backup/bobs/bobs-0.6.2-r1.ebuild
parentImproved Makefile handling. (vapier) (diff)
downloadgentoo-2-e0abf43ac5eb3d4947ec93b099dd81bba1f4d933.tar.gz
gentoo-2-e0abf43ac5eb3d4947ec93b099dd81bba1f4d933.tar.bz2
gentoo-2-e0abf43ac5eb3d4947ec93b099dd81bba1f4d933.zip
Full fix for sandbox bug #133409 - in some cases automake was being called, blowing away the previous patch. So now patch Makefile.am and always call automake.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-backup/bobs/bobs-0.6.2-r1.ebuild')
-rw-r--r--app-backup/bobs/bobs-0.6.2-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-backup/bobs/bobs-0.6.2-r1.ebuild b/app-backup/bobs/bobs-0.6.2-r1.ebuild
index be8df95236ea..fca87e6b63f1 100644
--- a/app-backup/bobs/bobs-0.6.2-r1.ebuild
+++ b/app-backup/bobs/bobs-0.6.2-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/bobs/bobs-0.6.2-r1.ebuild,v 1.2 2006/05/16 16:56:18 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/bobs/bobs-0.6.2-r1.ebuild,v 1.3 2006/05/17 22:17:05 robbat2 Exp $
-inherit webapp eutils
+inherit webapp eutils autotools
DESCRIPTION="The Browsable Online Backup System"
HOMEPAGE="http://bobs.sourceforge.net/"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bobs/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
IUSE=""
@@ -39,6 +39,8 @@ src_unpack() {
# Modify the webdir to match the webapp format
sed -e "s:myWEBDIR=\$with_webdir/bobs:myWEBDIR=\$with_webdir:" \
-i 'configure' || die "configure bodge failed"
+
+ eautomake
}
src_compile() {