diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-22 18:52:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-22 18:52:22 +0000 |
commit | 572ea098a6ca84b3cb66b3744269686b157a212e (patch) | |
tree | 7eadd09f22e6b82da20b71064511b0b1aada72bc /games-action/lugaru | |
parent | Version bump. (diff) | |
download | gentoo-2-572ea098a6ca84b3cb66b3744269686b157a212e.tar.gz gentoo-2-572ea098a6ca84b3cb66b3744269686b157a212e.tar.bz2 gentoo-2-572ea098a6ca84b3cb66b3744269686b157a212e.zip |
possibly improve deps (bug #349162)
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/lugaru')
-rw-r--r-- | games-action/lugaru/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-1.0c-r1.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog index 703facdb5d37..65d893cd7873 100644 --- a/games-action/lugaru/ChangeLog +++ b/games-action/lugaru/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/lugaru # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.6 2015/01/27 07:27:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.7 2015/05/22 18:52:22 mr_bones_ Exp $ + + 22 May 2015; Michael Sterrett <mr_bones_@gentoo.org> lugaru-1.0c-r1.ebuild: + possibly improve deps (bug #349162) 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -lugaru-1.0c.ebuild: old diff --git a/games-action/lugaru/lugaru-1.0c-r1.ebuild b/games-action/lugaru/lugaru-1.0c-r1.ebuild index 5c1478106e1b..e8b19b87b378 100644 --- a/games-action/lugaru/lugaru-1.0c-r1.ebuild +++ b/games-action/lugaru/lugaru-1.0c-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.2 2014/06/25 13:46:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.3 2015/05/22 18:52:22 mr_bones_ Exp $ EAPI=5 - inherit eutils unpacker games DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" @@ -24,10 +23,14 @@ RDEPEND="sys-libs/glibc ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)] >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + media-libs/libsdl[abi_x86_32(-)] + media-libs/openal[abi_x86_32(-)] ) ) ) x86? ( + media-libs/libsdl + media-libs/openal x11-libs/libX11 x11-libs/libXext )" |