diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:13:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:13:28 +0000 |
commit | 3c7cd566e74bdd31638ed7b32b1d74755ba94db7 (patch) | |
tree | 00250e23fb22bb7e1d79b7b5ef1680ed59aa4c7f /dev-util/ddd/ddd-3.3.1-r2.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-3c7cd566e74bdd31638ed7b32b1d74755ba94db7.tar.gz historical-3c7cd566e74bdd31638ed7b32b1d74755ba94db7.tar.bz2 historical-3c7cd566e74bdd31638ed7b32b1d74755ba94db7.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/ddd/ddd-3.3.1-r2.ebuild')
-rw-r--r-- | dev-util/ddd/ddd-3.3.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/ddd/ddd-3.3.1-r2.ebuild b/dev-util/ddd/ddd-3.3.1-r2.ebuild index adc365191d14..14a18a745784 100644 --- a/dev-util/ddd/ddd-3.3.1-r2.ebuild +++ b/dev-util/ddd/ddd-3.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r2.ebuild,v 1.13 2004/06/25 02:27:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r2.ebuild,v 1.14 2004/07/14 23:11:56 agriffis Exp $ DESCRIPTION="graphical front-end for command-line debuggers" HOMEPAGE="http://www.gnu.org/software/ddd" @@ -10,6 +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 " +IUSE="" DEPEND="virtual/x11 >=sys-devel/gdb-4.16 |