diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:23:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:23:04 +0000 |
commit | 7959063211212e6a4d50450f69c1468fccdc7ae9 (patch) | |
tree | 25f701cfd4d345b76f403bf985a70d51fb2b5843 /net-irc/nebula | |
parent | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff) | |
download | gentoo-2-7959063211212e6a4d50450f69c1468fccdc7ae9.tar.gz gentoo-2-7959063211212e6a4d50450f69c1468fccdc7ae9.tar.bz2 gentoo-2-7959063211212e6a4d50450f69c1468fccdc7ae9.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 'net-irc/nebula')
-rw-r--r-- | net-irc/nebula/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/nebula/nebula-0.5.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/nebula/ChangeLog b/net-irc/nebula/ChangeLog index 0f01a9b3538f..fad650cab51b 100644 --- a/net-irc/nebula/ChangeLog +++ b/net-irc/nebula/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/nebula -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.6 2010/10/10 18:04:53 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.7 2012/10/24 19:23:04 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> nebula-0.5.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> nebula-0.5.ebuild: Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly. diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild index 5d1c37f7101a..bb6788f9a13e 100644 --- a/net-irc/nebula/nebula-0.5.ebuild +++ b/net-irc/nebula/nebula-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.4 2010/10/10 18:04:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.5 2012/10/24 19:23:04 ulm Exp $ EAPI=1 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/openmotif-2.3:0" +DEPEND=">=x11-libs/motif-2.3:0" RDEPEND="${DEPEND}" src_install() { |