diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-05 23:40:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-05 23:40:44 +0000 |
commit | e79779e2c2ad8eb1e50c301780b6c825096cc929 (patch) | |
tree | 8fa9acdc34142c86fb464b2678dc4d32304290ae /games-action | |
parent | Initial import. (diff) | |
download | gentoo-2-e79779e2c2ad8eb1e50c301780b6c825096cc929.tar.gz gentoo-2-e79779e2c2ad8eb1e50c301780b6c825096cc929.tar.bz2 gentoo-2-e79779e2c2ad8eb1e50c301780b6c825096cc929.zip |
needs sys-libs/lib-compat
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/parsec/parsec-0197.ebuild b/games-action/parsec/parsec-0197.ebuild index d4abe74bc9be..de475e0b0d04 100644 --- a/games-action/parsec/parsec-0197.ebuild +++ b/games-action/parsec/parsec-0197.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.2 2003/12/05 23:40:44 vapier Exp $ inherit games @@ -18,7 +18,8 @@ DEPEND="virtual/x11 virtual/opengl virtual/glut virtual/glu - media-libs/openal" + media-libs/openal + sys-libs/lib-compat" S=${WORKDIR}/${PN} |