diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-07 19:07:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-07 19:07:49 +0000 |
commit | 62fbe8c4290da63ce87ff6cdc9f917e45c03a827 (patch) | |
tree | 7a15977c8db78c28cbdb66460043bae82c618639 /games-arcade | |
parent | Set GNOME2_LA_PUNT="yes" in order to delete main libawn.la and python module ... (diff) | |
download | gentoo-2-62fbe8c4290da63ce87ff6cdc9f917e45c03a827.tar.gz gentoo-2-62fbe8c4290da63ce87ff6cdc9f917e45c03a827.tar.bz2 gentoo-2-62fbe8c4290da63ce87ff6cdc9f917e45c03a827.zip |
EAPI=2; add use deps
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.11.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index 584bf9bb3ead..5936f5728838 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.16 2008/02/29 18:47:20 carlo Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.17 2011/08/07 19:07:49 mr_bones_ Exp $ + + 07 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> + penguin-command-1.6.11.ebuild: + EAPI=2; add use deps 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> penguin-command-1.6.11.ebuild: diff --git a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild index a97acb7d48a1..99e259de652a 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 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.11.ebuild,v 1.2 2008/02/29 18:47:20 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.3 2011/08/07 19:07:49 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="A clone of the classic Missile Command game" @@ -13,9 +14,9 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image" +DEPEND="media-libs/libsdl[audio,joystick,video] + media-libs/sdl-mixer[mikmod] + media-libs/sdl-image[jpeg,png]" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |