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/parsec | |
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/parsec')
-rw-r--r-- | games-action/parsec/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/parsec/ChangeLog b/games-action/parsec/ChangeLog index ae7db64417a0..84c2b43010d2 100644 --- a/games-action/parsec/ChangeLog +++ b/games-action/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/parsec # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.8 2006/01/15 14:43:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.9 2006/01/28 21:19:10 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> parsec-0197.ebuild: + Add modular X dependencies. 15 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> parsec-0197.ebuild: preserve execute permissions. bug #119081 diff --git a/games-action/parsec/parsec-0197.ebuild b/games-action/parsec/parsec-0197.ebuild index 37fc7637bfa0..98da839e883f 100644 --- a/games-action/parsec/parsec-0197.ebuild +++ b/games-action/parsec/parsec-0197.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.9 2006/01/15 14:43:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.10 2006/01/28 21:19:10 joshuabaergen Exp $ inherit games @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/x11 +DEPEND="|| ( x11-libs/libXi virtual/x11 ) virtual/opengl virtual/glut virtual/glu |