diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-02 14:25:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-02 14:25:02 +0000 |
commit | c9596a2e27a2928690d5edc9255057ca99c3363e (patch) | |
tree | f3b5e57fa213ccc734cfbd12309b80f85152966f /games-arcade/penguin-command | |
parent | Stable on x86. (diff) | |
download | gentoo-2-c9596a2e27a2928690d5edc9255057ca99c3363e.tar.gz gentoo-2-c9596a2e27a2928690d5edc9255057ca99c3363e.tar.bz2 gentoo-2-c9596a2e27a2928690d5edc9255057ca99c3363e.zip |
fix deps (bug #91133)
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.9.ebuild | 11 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index 763f37a0a292..5cf4f11a424c 100644 --- a/games-arcade/penguin-command/ChangeLog +++ b/games-arcade/penguin-command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/penguin-command # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.11 2005/04/29 22:50:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.12 2005/05/02 14:25:02 mr_bones_ Exp $ + + 02 May 2005; Michael Sterrett <mr_bones_@gentoo.org> + penguin-command-1.6.9.ebuild: + fix deps (bug #91133) *penguin-command-1.6.9 (29 Apr 2005) diff --git a/games-arcade/penguin-command/penguin-command-1.6.9.ebuild b/games-arcade/penguin-command/penguin-command-1.6.9.ebuild index 20438163540c..a1f08ea4c8a4 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.9.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.9.ebuild,v 1.1 2005/04/29 22:50:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.9.ebuild,v 1.2 2005/05/02 14:25:02 mr_bones_ Exp $ inherit games @@ -16,13 +16,8 @@ IUSE="nls" DEPEND="media-libs/libpng media-libs/jpeg >=media-libs/libsdl-1.1.5 - media-libs/sdl-mixer" - -#src_unpack() { -# unpack ${A} -# cd "${S}" -# sed -i 's:-DUSE_SOUND::' configure -#} + media-libs/sdl-mixer + media-libs/sdl-image" src_install() { make install DESTDIR="${D}" || die |