diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:25:16 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:25:16 +0000 |
commit | 4075e66986c98203dec6585e54b805fde868c06b (patch) | |
tree | 690c8e16a96779e80f3191832ddb932ef14e2845 /games-simulation/pmars-sdl | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-4075e66986c98203dec6585e54b805fde868c06b.tar.gz gentoo-2-4075e66986c98203dec6585e54b805fde868c06b.tar.bz2 gentoo-2-4075e66986c98203dec6585e54b805fde868c06b.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r-- | games-simulation/pmars-sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/pmars-sdl/ChangeLog b/games-simulation/pmars-sdl/ChangeLog index 00fb41792f65..182606030731 100644 --- a/games-simulation/pmars-sdl/ChangeLog +++ b/games-simulation/pmars-sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/pmars-sdl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.3 2004/06/24 23:22:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.4 2004/07/01 11:24:20 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pmars-sdl-0.9.2e.ebuild: + virtual/glibc -> virtual/libc 30 Mar 2004; David Holm <dholm@gentoo.org> pmars-sdl-0.9.2e.ebuild: Added to ~ppc. diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index c34d6ede54a4..d1cee564750c 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.4 2004/06/24 23:22:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.5 2004/07/01 11:24:20 eradicator Exp $ inherit games gcc @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="sdl X svga" -DEPEND="virtual/glibc +DEPEND="virtual/libc || ( sdl? ( virtual/x11 media-libs/libsdl ) X? ( virtual/x11 ) |