diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:54:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:54:50 +0000 |
commit | e88bd34512afa58e7794fa95bdbf4996ce8d2be7 (patch) | |
tree | 0430a2acf58d5fbe43387c62b088f1cf26447a95 /dev-util/ddd/ddd-3.3.12-r1.ebuild | |
parent | sparc stable wrt #335817 (diff) | |
download | historical-e88bd34512afa58e7794fa95bdbf4996ce8d2be7.tar.gz historical-e88bd34512afa58e7794fa95bdbf4996ce8d2be7.tar.bz2 historical-e88bd34512afa58e7794fa95bdbf4996ce8d2be7.zip |
Fix openmotif dependency. Change EAPI to 1 to allow for slot dependency.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'dev-util/ddd/ddd-3.3.12-r1.ebuild')
-rw-r--r-- | dev-util/ddd/ddd-3.3.12-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/ddd/ddd-3.3.12-r1.ebuild b/dev-util/ddd/ddd-3.3.12-r1.ebuild index 70fcb39038a8..a05ad0fdc4d0 100644 --- a/dev-util/ddd/ddd-3.3.12-r1.ebuild +++ b/dev-util/ddd/ddd-3.3.12-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r1.ebuild,v 1.6 2009/07/24 16:52:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r1.ebuild,v 1.7 2010/10/10 17:54:50 ulm Exp $ + +EAPI=1 inherit eutils @@ -14,7 +16,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND=">=sys-devel/gdb-6.5 - >=x11-libs/openmotif-2.3 + >=x11-libs/openmotif-2.3:0 x11-libs/libX11 x11-libs/libXp" |