diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:02:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:02:50 +0000 |
commit | 8f1e2af5b2a003fd5034654ca332be530ad1451c (patch) | |
tree | 3a288d32b1605d1489e4532f25a7fbfac7da5ffa /games-action/poopmup | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-8f1e2af5b2a003fd5034654ca332be530ad1451c.tar.gz gentoo-2-8f1e2af5b2a003fd5034654ca332be530ad1451c.tar.bz2 gentoo-2-8f1e2af5b2a003fd5034654ca332be530ad1451c.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/poopmup')
-rw-r--r-- | games-action/poopmup/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 5c86779c0f81..f9b30c200b8b 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.10 2006/08/21 07:03:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.11 2006/12/01 20:02:50 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild: + Removing old virtual/x11 dependency. 21 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> +files/poopmup-1.2-freeglut.patch, poopmup-1.2.ebuild: 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} |