diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 07:26:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-07-22 07:26:22 +0000 |
commit | 1f2ce1c44dc357955c67e90159b1adf3065be777 (patch) | |
tree | 998e61c6212e1741a15bb8f57e181b82b560a282 /dev-util/ddd | |
parent | Remove virtual/x11 and old versions. (diff) | |
download | gentoo-2-1f2ce1c44dc357955c67e90159b1adf3065be777.tar.gz gentoo-2-1f2ce1c44dc357955c67e90159b1adf3065be777.tar.bz2 gentoo-2-1f2ce1c44dc357955c67e90159b1adf3065be777.zip |
Drop virtual/x11 references.
(Portage version: 2.1.2.9)
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 | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog index 2d780c6c0705..210a41ffdba3 100644 --- a/dev-util/ddd/ChangeLog +++ b/dev-util/ddd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ddd -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.47 2006/08/28 19:07:18 mr_bones_ Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.48 2007/07/22 07:26:22 graaff Exp $ + + 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> ddd-3.3.11.ebuild: + Drop virtual/x11 references. 28 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> -files/ddd-3.3.1-detect-hipot.patch, -files/ddd-3.3.1-gcc3-gentoo.patch, diff --git a/dev-util/ddd/ddd-3.3.11.ebuild b/dev-util/ddd/ddd-3.3.11.ebuild index 5b6dc2fd4306..8136e9653767 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/08/28 18:56:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.11.ebuild,v 1.13 2007/07/22 07:26:22 graaff Exp $ inherit eutils @@ -13,11 +13,8 @@ LICENSE="GPL-2 LGPL-2.1 FDL-1.1" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="|| ( ( x11-libs/libXaw - x11-libs/libXp - ) - virtual/x11 - ) +DEPEND="x11-libs/libXaw + x11-libs/libXp >=sys-devel/gcc-3 >=sys-devel/gdb-6.4 virtual/motif" |