diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-03 22:50:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-09-03 22:50:59 +0000 |
commit | cc48cda365445fe036f68746c33762a300ddbbc0 (patch) | |
tree | 0b3eafc8be026ce497a2fdd3d039b866214cab0f /games-action | |
parent | Version bump, convert to multilib (diff) | |
download | gentoo-2-cc48cda365445fe036f68746c33762a300ddbbc0.tar.gz gentoo-2-cc48cda365445fe036f68746c33762a300ddbbc0.tar.bz2 gentoo-2-cc48cda365445fe036f68746c33762a300ddbbc0.zip |
fix deps for x86 (bug #522086)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index a1c6c237a108..4435bbed34c0 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.14 2012/12/26 16:16:27 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $ + + 03 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> + mutantstorm-demo-1.33.ebuild: + fix deps for x86 (bug #522086) 26 Dec 2012; Tupone Alfredo <tupone@gentoo.org> mutantstorm-demo-1.33.ebuild: Use QA_PREBUILT. Bug #430982 by Diego Elio Pettenò diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index b85324b93cab..2c465005cf9e 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.14 2012/12/26 16:16:27 tupone Exp $ -EAPI=4 +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $ +EAPI=5 inherit eutils unpacker games DESCRIPTION="shoot through crazy psychedelic 3D environments" @@ -22,6 +22,8 @@ RDEPEND="virtual/opengl app-emulation/emul-linux-x86-compat app-emulation/emul-linux-x86-sdl ) x86? ( + media-libs/libsdl + sys-libs/lib-compat x11-libs/libX11 x11-libs/libXext )" |