diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:20:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:20:47 +0000 |
commit | 60f9857861b394e7a5f8c47c2960ed8d258c7951 (patch) | |
tree | 92e079f7e64c11f497ef8203762e699b40a4a23e /games-misc | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-60f9857861b394e7a5f8c47c2960ed8d258c7951.tar.gz gentoo-2-60f9857861b394e7a5f8c47c2960ed8d258c7951.tar.bz2 gentoo-2-60f9857861b394e7a5f8c47c2960ed8d258c7951.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-misc')
-rw-r--r-- | games-misc/papers-please/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/papers-please/papers-please-1.1.65.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/games-misc/papers-please/ChangeLog b/games-misc/papers-please/ChangeLog index 814660d72696..81857da53977 100644 --- a/games-misc/papers-please/ChangeLog +++ b/games-misc/papers-please/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/papers-please # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/papers-please/ChangeLog,v 1.3 2014/06/13 20:10:24 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/papers-please/ChangeLog,v 1.4 2014/06/18 19:20:47 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> papers-please-1.1.65.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *papers-please-1.1.65 (13 Jun 2014) @@ -19,4 +23,3 @@ 04 Mar 2014; Julian Ospald <hasufell@gentoo.org> +papers-please-1.1.60.ebuild, +metadata.xml: initial import - diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild index cc2ea9c790ef..458eb8adc48b 100644 --- a/games-misc/papers-please/papers-please-1.1.65.ebuild +++ b/games-misc/papers-please/papers-please-1.1.65.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-misc/papers-please/papers-please-1.1.65.ebuild,v 1.1 2014/06/13 20:10:24 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/papers-please/papers-please-1.1.65.ebuild,v 1.2 2014/06/18 19:20:47 mgorny Exp $ EAPI=5 @@ -20,14 +20,14 @@ QA_PREBUILT="${GAMES_PREFIX_OPT#/}/${PN}/*" RDEPEND=" amd64? ( - 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/libXxf86vm[abi_x86_32] - x11-libs/libdrm[abi_x86_32] - x11-libs/libxcb[abi_x86_32] - virtual/opengl[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/libXxf86vm-1.1.3[abi_x86_32] + >=x11-libs/libdrm-2.4.46[abi_x86_32] + >=x11-libs/libxcb-1.9.1[abi_x86_32] + >=virtual/opengl-7.0-r1[abi_x86_32] ) x86? ( x11-libs/libX11 |