diff options
Diffstat (limited to 'games-action/poopmup/poopmup-1.2.ebuild')
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index a025e8ff2959..65dc765175a7 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.2.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/poopmup/poopmup-1.2.ebuild,v 1.13 2006/08/21 07:03:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.14 2006/12/01 20:02:50 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -14,9 +14,8 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="virtual/glut - || ( ( x11-libs/libXi - x11-libs/libXmu ) - virtual/x11 ) + x11-libs/libXi + x11-libs/libXmu virtual/opengl" S=${WORKDIR}/${PN} |