summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-25 13:46:13 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-25 13:46:13 +0000
commit7ed8643d8594328b4c1020e09b299ab123a74ada (patch)
tree2beab38138c2cb6fa49efcc704e9c4987f0cd9b3
parentUpdate multilib dependencies to use the lowest known EAPI 5 or multilib versi... (diff)
downloadgentoo-2-7ed8643d8594328b4c1020e09b299ab123a74ada.tar.gz
gentoo-2-7ed8643d8594328b4c1020e09b299ab123a74ada.tar.bz2
gentoo-2-7ed8643d8594328b4c1020e09b299ab123a74ada.zip
Update multilib dependencies to use the lowest known EAPI 5 or multilib versions.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
-rw-r--r--games-action/cs2d/ChangeLog6
-rw-r--r--games-action/cs2d/cs2d-0123.ebuild12
2 files changed, 11 insertions, 7 deletions
diff --git a/games-action/cs2d/ChangeLog b/games-action/cs2d/ChangeLog
index 7d1ed4d3c8ed..6b4e59e13267 100644
--- a/games-action/cs2d/ChangeLog
+++ b/games-action/cs2d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/cs2d
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.9 2014/06/25 12:58:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.10 2014/06/25 13:46:13 mgorny Exp $
+
+ 25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild:
+ Update multilib dependencies to use the lowest known EAPI 5 or multilib
+ versions.
25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild:
Support multilib dependencies aside to emul-linux-x86.
diff --git a/games-action/cs2d/cs2d-0123.ebuild b/games-action/cs2d/cs2d-0123.ebuild
index 0d9eb1edd498..1cf1e81b6b6c 100644
--- a/games-action/cs2d/cs2d-0123.ebuild
+++ b/games-action/cs2d/cs2d-0123.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/cs2d/cs2d-0123.ebuild,v 1.2 2014/06/25 12:58:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.3 2014/06/25 13:46:13 mgorny Exp $
EAPI=5
@@ -29,18 +29,18 @@ RDEPEND="
amd64? (
|| (
app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
- media-libs/openal[abi_x86_32(-)]
+ >=media-libs/openal-1.15.1[abi_x86_32(-)]
)
|| (
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]
+ >=virtual/opengl-7.0-r1[abi_x86_32(-)]
)
|| (
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
(
- media-libs/freetype:2[abi_x86_32(-)]
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXxf86vm[abi_x86_32(-)]
+ >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
+ >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+ >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
)
)
)"