diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 11:53:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 11:53:16 +0000 |
commit | 03d88b4cb2257c7516ec67059a4c119a724dff6e (patch) | |
tree | 1a7aabc6edc86cde4d75a06ec760c993185fa10d /games-fps | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-03d88b4cb2257c7516ec67059a4c119a724dff6e.tar.gz gentoo-2-03d88b4cb2257c7516ec67059a4c119a724dff6e.tar.bz2 gentoo-2-03d88b4cb2257c7516ec67059a4c119a724dff6e.zip |
The package had amd64 dependencies while not keyword repoman commit -m Support
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/unreal/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/unreal/ChangeLog b/games-fps/unreal/ChangeLog index 61ff4931cd4f..776f0ecf7ac1 100644 --- a/games-fps/unreal/ChangeLog +++ b/games-fps/unreal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.18 2014/10/15 11:50:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.19 2014/10/15 11:53:16 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> unreal-226.ebuild: + The package had amd64 dependencies while not keyword repoman commit -m Support 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> unreal-226.ebuild: Support multilib providers for deps. Bump to EAPI=5. diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index 4d5216826f72..5b8dc9010ccb 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.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-fps/unreal/unreal-226.ebuild,v 1.21 2014/10/15 11:50:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.22 2014/10/15 11:53:16 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="X opengl" RESTRICT="mirror bindist" |