diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-25 13:46:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-25 13:46:13 +0000 |
commit | 689daac96a64e07a31ac5dcae9fbc45f73789acf (patch) | |
tree | 6601340eb2efe90686dc331ea4c34a389ee166f4 /games-action | |
parent | Update multilib dependencies to use the lowest known EAPI 5 or multilib versi... (diff) | |
download | gentoo-2-689daac96a64e07a31ac5dcae9fbc45f73789acf.tar.gz gentoo-2-689daac96a64e07a31ac5dcae9fbc45f73789acf.tar.bz2 gentoo-2-689daac96a64e07a31ac5dcae9fbc45f73789acf.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!)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heretic2/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/heretic2/heretic2-1.06c-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/heretic2/ChangeLog b/games-action/heretic2/ChangeLog index 31982a5866ee..48696a5b503c 100644 --- a/games-action/heretic2/ChangeLog +++ b/games-action/heretic2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/heretic2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.12 2014/06/25 13:01:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/ChangeLog,v 1.13 2014/06/25 13:46:13 mgorny Exp $ + + 25 Jun 2014; Michał Górny <mgorny@gentoo.org> heretic2-1.06c-r1.ebuild: + Update multilib dependencies to use the lowest known EAPI 5 or multilib + versions. *heretic2-1.06c-r1 (25 Jun 2014) diff --git a/games-action/heretic2/heretic2-1.06c-r1.ebuild b/games-action/heretic2/heretic2-1.06c-r1.ebuild index f9524d77f953..58c9e9214d34 100644 --- a/games-action/heretic2/heretic2-1.06c-r1.ebuild +++ b/games-action/heretic2/heretic2-1.06c-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/heretic2/heretic2-1.06c-r1.ebuild,v 1.1 2014/06/25 13:01:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2/heretic2-1.06c-r1.ebuild,v 1.2 2014/06/25 13:46:13 mgorny Exp $ EAPI=5 @@ -25,13 +25,13 @@ RDEPEND="virtual/opengl amd64? ( || ( 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(-)] ( - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] ) ) ) |