summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2006-12-18 20:11:25 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2006-12-18 20:11:25 +0000
commitd025f01b107c713bb7f97fa61da510342cb2ea9e (patch)
tree7dcd443ba4604984ae7938a8977d30f79a5f77a4 /dev-lang
parentStable on sparc wrt #158484 (diff)
downloadgentoo-2-d025f01b107c713bb7f97fa61da510342cb2ea9e.tar.gz
gentoo-2-d025f01b107c713bb7f97fa61da510342cb2ea9e.tar.bz2
gentoo-2-d025f01b107c713bb7f97fa61da510342cb2ea9e.zip
Fix autotools usage; thanks to Ali Polatel for the fixed ebuild; bug 158392
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/regina-rexx/ChangeLog8
-rw-r--r--dev-lang/regina-rexx/regina-rexx-3.3.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-lang/regina-rexx/ChangeLog b/dev-lang/regina-rexx/ChangeLog
index a10fb8c87e3f..83e68eb52d5a 100644
--- a/dev-lang/regina-rexx/ChangeLog
+++ b/dev-lang/regina-rexx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/regina-rexx
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/ChangeLog,v 1.13 2005/07/10 21:08:39 swegener Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/ChangeLog,v 1.14 2006/12/18 20:11:25 masterdriverz Exp $
+
+ 18 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
+ regina-rexx-3.3.ebuild:
+ Fix autotools usage; thanks to Ali Polatel for the fixed ebuild; bug 158392
10 Jul 2005; Sven Wegener <swegener@gentoo.org> regina-rexx-3.0.1.ebuild,
regina-rexx-3.3.ebuild:
diff --git a/dev-lang/regina-rexx/regina-rexx-3.3.ebuild b/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
index 5558fa6eb28e..ab5fe18ffba5 100644
--- a/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
+++ b/dev-lang/regina-rexx/regina-rexx-3.3.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.3.ebuild,v 1.8 2006/12/03 03:25:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.3.ebuild,v 1.9 2006/12/18 20:11:25 masterdriverz Exp $
+
+WANT_AUTOCONF="2.1"
+
+inherit autotools
DESCRIPTION="Portable Rexx interpreter"
HOMEPAGE="http://regina-rexx.sourceforge.net"
@@ -18,7 +22,7 @@ S=${WORKDIR}/Regina-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
- autoconf || die "autoconf problem"
+ eautoconf || die "autoconf problem"
}
src_compile() {