summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 06:57:59 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 06:57:59 +0000
commitabb6f1a421bfe58db475427bc40bbad3f0a9f143 (patch)
treed9bc49ca06e47cc08ffe1140c7a2dd166024dec0 /net-im/sim
parentremoved stale configure options. Updated copyright year. Version bump. rem... (diff)
downloadgentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.tar.gz
gentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.tar.bz2
gentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.zip
autoconf fix
Diffstat (limited to 'net-im/sim')
-rw-r--r--net-im/sim/sim-0.9.1.ebuild9
-rw-r--r--net-im/sim/sim-0.9.2.ebuild10
2 files changed, 10 insertions, 9 deletions
diff --git a/net-im/sim/sim-0.9.1.ebuild b/net-im/sim/sim-0.9.1.ebuild
index 5749e098f74b..fca559203c1a 100644
--- a/net-im/sim/sim-0.9.1.ebuild
+++ b/net-im/sim/sim-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.1.ebuild,v 1.8 2004/01/19 17:06:19 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.1.ebuild,v 1.9 2004/01/30 06:56:57 drobbins Exp $
if [ $( use kde ) ]; then
inherit kde-base eutils
@@ -20,10 +20,11 @@ KEYWORDS="x86 ~ppc -amd64"
SLOT="0"
IUSE="ssl kde"
-newdepend "ssl? ( dev-libs/openssl )"
-DEPEND="$DEPEND
+RDEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="$RDEPEND
sys-devel/flex
- sys-devel/automake"
+ sys-devel/automake
+ >=sys-devel/autoconf-2.58"
src_unpack() {
unpack ${P}.tar.bz2 ; cd ${S}
diff --git a/net-im/sim/sim-0.9.2.ebuild b/net-im/sim/sim-0.9.2.ebuild
index e81cd69b29bd..55aacc5f5cd5 100644
--- a/net-im/sim/sim-0.9.2.ebuild
+++ b/net-im/sim/sim-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.2.ebuild,v 1.5 2004/01/21 10:32:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.2.ebuild,v 1.6 2004/01/30 06:56:57 drobbins Exp $
if [ $( use kde ) ]; then
inherit kde-base eutils
@@ -20,12 +20,12 @@ KEYWORDS="~x86 ~ppc -amd64"
SLOT="0"
IUSE="ssl kde"
-newdepend "ssl? ( dev-libs/openssl )"
-DEPEND="$DEPEND
+RDEPEND="ssl? ( dev-libs/openssl )
+ app-text/sablotron"
+DEPEND="$RDEPEND
sys-devel/flex
sys-devel/automake
- sys-devel/autoconf
- app-text/sablotron"
+ >=sys-devel/autoconf-2.58"
src_unpack() {
unpack ${P}.tar.gz ; cd ${S}