diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:19:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:19:48 +0000 |
commit | f2ca7a39cd1e3d1040a5fcaa8c7ac6516a0518dd (patch) | |
tree | 48f8ab3bbd14164374519f9e9320c4de77b8dadd /games-action/brutal-legend | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-f2ca7a39cd1e3d1040a5fcaa8c7ac6516a0518dd.tar.gz gentoo-2-f2ca7a39cd1e3d1040a5fcaa8c7ac6516a0518dd.tar.bz2 gentoo-2-f2ca7a39cd1e3d1040a5fcaa8c7ac6516a0518dd.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-action/brutal-legend')
-rw-r--r-- | games-action/brutal-legend/ChangeLog | 9 | ||||
-rw-r--r-- | games-action/brutal-legend/brutal-legend-20130615.ebuild | 20 |
2 files changed, 16 insertions, 13 deletions
diff --git a/games-action/brutal-legend/ChangeLog b/games-action/brutal-legend/ChangeLog index 49e4d450e019..c59452c88656 100644 --- a/games-action/brutal-legend/ChangeLog +++ b/games-action/brutal-legend/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for games-action/brutal-legend -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.1 2013/11/24 23:29:34 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.2 2014/06/18 19:19:48 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> brutal-legend-20130615.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *brutal-legend-20130615 (24 Nov 2013) 24 Nov 2013; Julian Ospald <hasufell@gentoo.org> +brutal-legend-20130615.ebuild, +metadata.xml: initial import - diff --git a/games-action/brutal-legend/brutal-legend-20130615.ebuild b/games-action/brutal-legend/brutal-legend-20130615.ebuild index 208474c87b0c..8584ebf3b25e 100644 --- a/games-action/brutal-legend/brutal-legend-20130615.ebuild +++ b/games-action/brutal-legend/brutal-legend-20130615.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/brutal-legend/brutal-legend-20130615.ebuild,v 1.1 2013/11/24 23:29:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/brutal-legend-20130615.ebuild,v 1.2 2014/06/18 19:19:48 mgorny Exp $ # TODO: unbundle libsdl-2 @@ -32,14 +32,14 @@ RDEPEND=" app-emulation/emul-linux-x86-xlibs ) ( - sys-libs/zlib[abi_x86_32] - virtual/glu[abi_x86_32] - virtual/opengl[abi_x86_32] - x11-libs/libX11[abi_x86_32] - x11-libs/libXau[abi_x86_32] - x11-libs/libXdmcp[abi_x86_32] - x11-libs/libXext[abi_x86_32] - x11-libs/libxcb[abi_x86_32] + >=sys-libs/zlib-1.2.8-r1[abi_x86_32] + >=virtual/glu-9.0-r1[abi_x86_32] + >=virtual/opengl-7.0-r1[abi_x86_32] + >=x11-libs/libX11-1.6.2[abi_x86_32] + >=x11-libs/libXau-1.0.7-r1[abi_x86_32] + >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32] + >=x11-libs/libXext-1.3.2[abi_x86_32] + >=x11-libs/libxcb-1.9.1[abi_x86_32] ) ) ) |