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 | 86d4b84a588733ba9eff5d03e899cf9d522d0392 (patch) | |
tree | d6f7ff0f73b0f09900b3d2b76231c2d113f1c5a3 /games-action/poopmup | |
parent | Stable on x86; bug #120489 (diff) | |
download | historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.tar.gz historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.tar.bz2 historical-86d4b84a588733ba9eff5d03e899cf9d522d0392.zip |
Fix dependencies for modular X.
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'games-action/poopmup')
-rw-r--r-- | games-action/poopmup/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 24836a89639a..6ba198249a4d 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.7 2005/05/17 17:35:52 wolf31o2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.8 2006/01/28 21:19:10 joshuabaergen Exp $ + + 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> poopmup-1.2.ebuild: + Add modular X dependencies. 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild: Cleanup for bug #92745. diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index 3d155cea3f36..a3fe413c28d9 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.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/poopmup/poopmup-1.2.ebuild,v 1.10 2005/05/17 17:35:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.11 2006/01/28 21:19:10 joshuabaergen Exp $ inherit toolchain-funcs games @@ -14,7 +14,9 @@ KEYWORDS="x86 ppc amd64" IUSE="" DEPEND="virtual/glut - virtual/x11 + || ( ( x11-libs/libXi + x11-libs/libXmu ) + virtual/x11 ) virtual/opengl" S=${WORKDIR}/${PN} |