diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-01-28 21:19:11 +0000 |
commit | c1e5e4e0b8f0736be07caab0d06226b4259c29f1 (patch) | |
tree | 678baf8c346c8f75309d9c7a541482b759e9dc87 /games-action/nighthawk/nighthawk-2.2.ebuild | |
parent | Stable on x86; bug #120489 (diff) | |
download | gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.gz gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.bz2 gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.zip |
Fix dependencies for modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-action/nighthawk/nighthawk-2.2.ebuild')
-rw-r--r-- | games-action/nighthawk/nighthawk-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/nighthawk/nighthawk-2.2.ebuild b/games-action/nighthawk/nighthawk-2.2.ebuild index 5cf0dc71ccca..8ee27f8e7353 100644 --- a/games-action/nighthawk/nighthawk-2.2.ebuild +++ b/games-action/nighthawk/nighthawk-2.2.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/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.8 2005/05/31 09:32:09 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.9 2006/01/28 21:19:10 joshuabaergen Exp $ inherit eutils games @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/x11" +DEPEND="|| ( x11-libs/libXpm virtual/x11 )" src_unpack() { unpack ${A} |