diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-21 19:54:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-21 19:54:49 +0000 |
commit | 91f646f8d3c85b4726f7b7e9778a771afd8b3dd6 (patch) | |
tree | 617324e34484ba511ae6c1b771d5d8cfd867a667 /dev-util/ddd | |
parent | amd64 stable wrt bug #210983 (diff) | |
download | gentoo-2-91f646f8d3c85b4726f7b7e9778a771afd8b3dd6.tar.gz gentoo-2-91f646f8d3c85b4726f7b7e9778a771afd8b3dd6.tar.bz2 gentoo-2-91f646f8d3c85b4726f7b7e9778a771afd8b3dd6.zip |
Explicitely depend on openmotif wrt bug 193505.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/ddd')
-rw-r--r-- | dev-util/ddd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ddd/ddd-3.3.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog index bb679ed062a5..df6a7f25092f 100644 --- a/dev-util/ddd/ChangeLog +++ b/dev-util/ddd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ddd -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.49 2007/11/14 05:54:56 robbat2 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.50 2008/02/21 19:54:49 ulm Exp $ + + 21 Feb 2008; Ulrich Mueller <ulm@gentoo.org> ddd-3.3.11.ebuild: + Explicitely depend on x11-libs/openmotif wrt bug 193505. 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> ddd-3.3.11.ebuild: ddd had some parallel-compile blips. Build in two passes, with headers diff --git a/dev-util/ddd/ddd-3.3.11.ebuild b/dev-util/ddd/ddd-3.3.11.ebuild index 549012b24588..bc016623130b 100644 --- a/dev-util/ddd/ddd-3.3.11.ebuild +++ b/dev-util/ddd/ddd-3.3.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.14 2007/11/14 05:54:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.15 2008/02/21 19:54:49 ulm Exp $ inherit eutils @@ -17,7 +17,7 @@ DEPEND="x11-libs/libXaw x11-libs/libXp >=sys-devel/gcc-3 >=sys-devel/gdb-6.4 - virtual/motif" + x11-libs/openmotif" RDEPEND="${DEPEND} sci-visualization/gnuplot" |