diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 18:04:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 18:04:53 +0000 |
commit | 5d3a3deb2d0eaad84dc1b96403ba57a45327fcc2 (patch) | |
tree | 6f465ed30fa654abbe12112e7cef404b488b0c20 /net-irc/nebula | |
parent | Fix openmotif dependency. Change EAPI to 1. (diff) | |
download | gentoo-2-5d3a3deb2d0eaad84dc1b96403ba57a45327fcc2.tar.gz gentoo-2-5d3a3deb2d0eaad84dc1b96403ba57a45327fcc2.tar.bz2 gentoo-2-5d3a3deb2d0eaad84dc1b96403ba57a45327fcc2.zip |
Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/nebula')
-rw-r--r-- | net-irc/nebula/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/nebula/nebula-0.5.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
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 <ulm@gentoo.org> nebula-0.5.ebuild: + Fix openmotif dependency. Change EAPI to 1. Assign RDEPEND explicitly. 19 Feb 2007; Raúl Porcel <armin76@gentoo.org> -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" |