summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-03-12 22:48:15 +0000
committerAron Griffis <agriffis@gentoo.org>2005-03-12 22:48:15 +0000
commit858007db89127e37b3269a7a0f5d432579ac6e05 (patch)
tree36ec5543a1c67d32a0d50b605f878f1535d0d938 /dev-util/ddd
parentStable on alpha, ia64, x86 (diff)
downloadgentoo-2-858007db89127e37b3269a7a0f5d432579ac6e05.tar.gz
gentoo-2-858007db89127e37b3269a7a0f5d432579ac6e05.tar.bz2
gentoo-2-858007db89127e37b3269a7a0f5d432579ac6e05.zip
Add RDEPEND=gnuplot #30114. Stable on alpha, ia64, x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/ddd')
-rw-r--r--dev-util/ddd/ChangeLog7
-rw-r--r--dev-util/ddd/ddd-3.3.10.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog
index f6d913084398..1a2774b3f2e7 100644
--- a/dev-util/ddd/ChangeLog
+++ b/dev-util/ddd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ddd
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.25 2004/12/31 01:53:25 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.26 2005/03/12 22:48:15 agriffis Exp $
+
+ 12 Mar 2005; Aron Griffis <agriffis@gentoo.org> ddd-3.3.10.ebuild:
+ Add RDEPEND=gnuplot #30114. Stable on alpha, ia64, x86
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-util/ddd/ddd-3.3.10.ebuild b/dev-util/ddd/ddd-3.3.10.ebuild
index 1ecc73a5f4fa..3660e1cf5c1f 100644
--- a/dev-util/ddd/ddd-3.3.10.ebuild
+++ b/dev-util/ddd/ddd-3.3.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.10.ebuild,v 1.1 2004/11/27 12:02:38 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.10.ebuild,v 1.2 2005/03/12 22:48:15 agriffis Exp $
inherit eutils
@@ -10,13 +10,14 @@ SRC_URI="mirror://sourceforge/ddd/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64 ~ppc64"
+KEYWORDS="x86 ~ppc ~sparc alpha ~amd64 ia64 ~ppc64"
IUSE=""
DEPEND="virtual/x11
>=sys-devel/gcc-3
>=sys-devel/gdb-4.16
x11-libs/openmotif"
+RDEPEND="media-gfx/gnuplot"
src_compile() {
CXXFLAGS="${CXXFLAGS}"