summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/nebula/ChangeLog8
-rw-r--r--net-irc/nebula/nebula-0.5.ebuild6
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() {