diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-11-12 22:00:55 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-11-12 22:00:55 +0000 |
commit | 09110f790ff3935ed73eb30c945c6ac566eeaa09 (patch) | |
tree | 9843ab3ffd274a18ae239b436c8cb3b31c6db411 /games-action | |
parent | no-emul-linux-x86 sub-profiles: unmasked java emul packages as they will not ... (diff) | |
download | gentoo-2-09110f790ff3935ed73eb30c945c6ac566eeaa09.tar.gz gentoo-2-09110f790ff3935ed73eb30c945c6ac566eeaa09.tar.bz2 gentoo-2-09110f790ff3935ed73eb30c945c6ac566eeaa09.zip |
minor adjustments to multilib deps
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/brutal-legend/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/brutal-legend/brutal-legend-20130615-r1.ebuild (renamed from games-action/brutal-legend/brutal-legend-20130615.ebuild) | 24 |
2 files changed, 19 insertions, 13 deletions
diff --git a/games-action/brutal-legend/ChangeLog b/games-action/brutal-legend/ChangeLog index 2fd53db4f5d7..84bece15ad90 100644 --- a/games-action/brutal-legend/ChangeLog +++ b/games-action/brutal-legend/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/brutal-legend # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.4 2014/09/09 14:26:22 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/ChangeLog,v 1.5 2014/11/12 22:00:55 axs Exp $ + +*brutal-legend-20130615-r1 (12 Nov 2014) + + 12 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +brutal-legend-20130615-r1.ebuild, -brutal-legend-20130615.ebuild: + minor adjustments to multilib deps 09 Sep 2014; Julian Ospald <hasufell@gentoo.org> ChangeLog: fix Manifest diff --git a/games-action/brutal-legend/brutal-legend-20130615.ebuild b/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild index 8778ac367a56..2785103bf3d1 100644 --- a/games-action/brutal-legend/brutal-legend-20130615.ebuild +++ b/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild @@ -1,6 +1,6 @@ # 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.3 2014/09/09 14:21:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/brutal-legend/brutal-legend-20130615-r1.ebuild,v 1.1 2014/11/12 22:00:55 axs Exp $ # TODO: unbundle libsdl-2 @@ -27,19 +27,19 @@ RDEPEND=" amd64? ( || ( ( - app-emulation/emul-linux-x86-baselibs - app-emulation/emul-linux-x86-opengl - app-emulation/emul-linux-x86-xlibs + >=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(-)] ) ( - >=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] + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) ) ) |