diff options
author | 2006-03-16 13:31:00 +0000 | |
---|---|---|
committer | 2006-03-16 13:31:00 +0000 | |
commit | 72204859b874dee07b0347b98e01951d5c6906f9 (patch) | |
tree | 820a68fa6d43c0b2ed149af57f91d472ad88bbd6 /net-irc/nebula/nebula-0.5.ebuild | |
parent | Version bump due to new release candidate (diff) | |
download | gentoo-2-72204859b874dee07b0347b98e01951d5c6906f9.tar.gz gentoo-2-72204859b874dee07b0347b98e01951d5c6906f9.tar.bz2 gentoo-2-72204859b874dee07b0347b98e01951d5c6906f9.zip |
remove virtual/X11 as openmotif dep already pulls modular X in
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-irc/nebula/nebula-0.5.ebuild')
-rw-r--r-- | net-irc/nebula/nebula-0.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-irc/nebula/nebula-0.5.ebuild b/net-irc/nebula/nebula-0.5.ebuild index 71618984f72f..e3c0fb7f7984 100644 --- a/net-irc/nebula/nebula-0.5.ebuild +++ b/net-irc/nebula/nebula-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.1 2005/08/22 04:24:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/nebula/nebula-0.5.ebuild,v 1.2 2006/03/16 13:31:00 caleb Exp $ DESCRIPTION="An IRC client for X11 and Motif" HOMEPAGE="http://nebula-irc.sourceforge.net/" @@ -10,8 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/x11 - x11-libs/openmotif" +DEPEND="x11-libs/openmotif" src_install() { make install DESTDIR="${D}" || die "make install failed" |