summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-02-18 17:47:39 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-02-18 17:47:39 +0000
commit823469face3b9dafe6e29fce5c1cafd6efbbb191 (patch)
tree293c5e57d4aeb6ad0719beed8fb991f0153122ab /dev-util/ddd
parentVersion bump, along with some shifting of code to take use flag stuff out of ... (diff)
downloadgentoo-2-823469face3b9dafe6e29fce5c1cafd6efbbb191.tar.gz
gentoo-2-823469face3b9dafe6e29fce5c1cafd6efbbb191.tar.bz2
gentoo-2-823469face3b9dafe6e29fce5c1cafd6efbbb191.zip
Mark x86, amd64 and alpha stable, as we need it for gcc-3.3.2 and later, bug
#34982.
Diffstat (limited to 'dev-util/ddd')
-rw-r--r--dev-util/ddd/ChangeLog6
-rw-r--r--dev-util/ddd/ddd-3.3.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog
index c4a5ed3a3635..5f87edd5ef25 100644
--- a/dev-util/ddd/ChangeLog
+++ b/dev-util/ddd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ddd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.12 2004/01/11 13:44:31 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.13 2004/02/18 17:47:39 azarah Exp $
+
+ 18 Feb 2004; Martin Schlemmer <azarah@gentoo.org> ddd-3.3.7.ebuild:
+ Mark x86, amd64 and alpha stable, as we need it for gcc-3.3.2 and later, bug
+ #34982.
11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> ddd-3.3.1-r1.ebuild,
ddd-3.3.1-r2.ebuild, ddd-3.3.1-r3.ebuild, ddd-3.3.7.ebuild:
diff --git a/dev-util/ddd/ddd-3.3.7.ebuild b/dev-util/ddd/ddd-3.3.7.ebuild
index 6830feee411e..c9df07e0e9ea 100644
--- a/dev-util/ddd/ddd-3.3.7.ebuild
+++ b/dev-util/ddd/ddd-3.3.7.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/dev-util/ddd/ddd-3.3.7.ebuild,v 1.4 2004/01/11 13:44:31 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.7.ebuild,v 1.5 2004/02/18 17:47:39 azarah Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.easynet.be/gnu/ddd/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+KEYWORDS="x86 ~ppc ~sparc alpha amd64"
DEPEND="virtual/x11
>=sys-devel/gcc-3