diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:09:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:09:45 +0000 |
commit | 24d5ae2df2a8422c5e1783b0a7d863a995fd456c (patch) | |
tree | 04b9d996b383764efad792db8260eca4832bcda4 /dev-util/ddd | |
parent | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff) | |
download | gentoo-2-24d5ae2df2a8422c5e1783b0a7d863a995fd456c.tar.gz gentoo-2-24d5ae2df2a8422c5e1783b0a7d863a995fd456c.tar.bz2 gentoo-2-24d5ae2df2a8422c5e1783b0a7d863a995fd456c.zip |
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-util/ddd')
-rw-r--r-- | dev-util/ddd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/ddd/ddd-3.3.12-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ddd/ddd-3.3.12-r2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/ddd/ChangeLog b/dev-util/ddd/ChangeLog index e2d7bb80a21b..9f7c1443abb1 100644 --- a/dev-util/ddd/ChangeLog +++ b/dev-util/ddd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/ddd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.66 2012/09/05 09:43:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ChangeLog,v 1.67 2012/10/24 19:09:45 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> ddd-3.3.12-r1.ebuild, + ddd-3.3.12-r2.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 05 Sep 2012; Justin Lecher <jlec@gentoo.org> ddd-3.3.12-r1.ebuild, ddd-3.3.12-r2.ebuild: diff --git a/dev-util/ddd/ddd-3.3.12-r1.ebuild b/dev-util/ddd/ddd-3.3.12-r1.ebuild index 313b7ccce223..849162bceca1 100644 --- a/dev-util/ddd/ddd-3.3.12-r1.ebuild +++ b/dev-util/ddd/ddd-3.3.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8 2012/09/05 09:43:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r1.ebuild,v 1.9 2012/10/24 19:09:45 ulm Exp $ EAPI=1 @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND=">=sys-devel/gdb-6.5 - >=x11-libs/openmotif-2.3:0 + >=x11-libs/motif-2.3:0 x11-libs/libX11 x11-libs/libXp" diff --git a/dev-util/ddd/ddd-3.3.12-r2.ebuild b/dev-util/ddd/ddd-3.3.12-r2.ebuild index 513fa5e47b46..af93204a453c 100644 --- a/dev-util/ddd/ddd-3.3.12-r2.ebuild +++ b/dev-util/ddd/ddd-3.3.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r2.ebuild,v 1.8 2012/09/05 09:43:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.12-r2.ebuild,v 1.9 2012/10/24 19:09:45 ulm Exp $ EAPI="4" @@ -23,7 +23,7 @@ COMMON_DEPEND=" x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - >=x11-libs/openmotif-2.3:0 + >=x11-libs/motif-2.3:0 ppc? ( dev-libs/elfutils ) ppc64? ( dev-libs/elfutils ) " |