From 5d3a3deb2d0eaad84dc1b96403ba57a45327fcc2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 10 Oct 2010 18:04:53 +0000 Subject: Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly. (Portage version: 2.1.9.14/cvs/Linux x86_64) --- net-irc/nebula/ChangeLog | 7 +++++-- net-irc/nebula/nebula-0.5.ebuild | 10 +++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'net-irc/nebula') diff --git a/net-irc/nebula/ChangeLog b/net-irc/nebula/ChangeLog index 494cfb71498d..0f01a9b3538f 100644 --- a/net-irc/nebula/ChangeLog +++ b/net-irc/nebula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/nebula -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/ChangeLog,v 1.5 2007/02/19 22:25:20 armin76 Exp $ +# 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 $ + + 10 Oct 2010; Ulrich Mueller nebula-0.5.ebuild: + Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly. 19 Feb 2007; Raúl Porcel -nebula-0.4.ebuild, nebula-0.5.ebuild: diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild index 787c795fcf11..5d1c37f7101a 100644 --- a/net-irc/nebula/nebula-0.5.ebuild +++ b/net-irc/nebula/nebula-0.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 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.3 2007/02/19 22:25:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.4 2010/10/10 18:04:53 ulm Exp $ + +EAPI=1 DESCRIPTION="An IRC client for X11 and Motif" HOMEPAGE="http://nebula-irc.sourceforge.net/" @@ -10,7 +12,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="x11-libs/openmotif" + +DEPEND=">=x11-libs/openmotif-2.3:0" +RDEPEND="${DEPEND}" src_install() { make install DESTDIR="${D}" || die "make install failed" -- cgit v1.2.3-65-gdbad