summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-04-19 21:32:29 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-04-19 21:32:29 +0000
commitcbb2766fd1dce263831b862dd772605383d45f77 (patch)
tree9e6496b3ea0f5fbdfd152508f9671d31d32b0646 /dev-util
parentUpdate to 2.4.0_rc3 (diff)
downloadgentoo-2-cbb2766fd1dce263831b862dd772605383d45f77.tar.gz
gentoo-2-cbb2766fd1dce263831b862dd772605383d45f77.tar.bz2
gentoo-2-cbb2766fd1dce263831b862dd772605383d45f77.zip
changed gcc dependancy down to 3.2
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/monotone/ChangeLog7
-rw-r--r--dev-util/monotone/monotone-0.16.ebuild4
-rw-r--r--dev-util/monotone/monotone-0.17.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/monotone/ChangeLog b/dev-util/monotone/ChangeLog
index 0f1a45403b29..d7c463de8c3e 100644
--- a/dev-util/monotone/ChangeLog
+++ b/dev-util/monotone/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/monotone
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.8 2005/04/12 11:12:35 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/ChangeLog,v 1.9 2005/04/19 21:32:29 dragonheart Exp $
+
+ 19 Apr 2005; Daniel Black <dragonheart@gentoo.org> monotone-0.16.ebuild,
+ monotone-0.17.ebuild:
+ changed gcc dependancy down to 3.2 as suggested by Michal Gornisiewicz
+ <michal@tartarus.uNOSPAMwa.edu.au> via email
12 Apr 2005; David Holm <dholm@gentoo.org> monotone-0.17.ebuild:
Added to ~ppc.
diff --git a/dev-util/monotone/monotone-0.16.ebuild b/dev-util/monotone/monotone-0.16.ebuild
index f6530ffc909b..5528389ae7ff 100644
--- a/dev-util/monotone/monotone-0.16.ebuild
+++ b/dev-util/monotone/monotone-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.16.ebuild,v 1.4 2005/03/10 04:16:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.16.ebuild,v 1.5 2005/04/19 21:32:29 dragonheart Exp $
inherit eutils flag-o-matic
@@ -19,7 +19,7 @@ IUSE="nls"
RDEPEND=">=dev-libs/boost-1.31.0
dev-libs/popt"
DEPEND="${RDEPEND}
- >=sys-devel/gcc-3.3.3
+ >=sys-devel/gcc-3.2
sys-devel/gettext
doc? ( dev-lang/perl sys-apps/texinfo )"
diff --git a/dev-util/monotone/monotone-0.17.ebuild b/dev-util/monotone/monotone-0.17.ebuild
index a7a002221d86..8b9e4307e147 100644
--- a/dev-util/monotone/monotone-0.17.ebuild
+++ b/dev-util/monotone/monotone-0.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.17.ebuild,v 1.4 2005/04/12 11:12:35 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.17.ebuild,v 1.5 2005/04/19 21:32:29 dragonheart Exp $
inherit eutils flag-o-matic
@@ -18,7 +18,7 @@ IUSE="nls doc"
RDEPEND=">=dev-libs/boost-1.31.0
dev-libs/popt"
DEPEND="${RDEPEND}
- >=sys-devel/gcc-3.3.3
+ >=sys-devel/gcc-3.2
sys-devel/gettext"
# doc? ( dev-lang/perl sys-apps/texinfo )"