diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-07 13:29:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-07 13:29:48 +0000 |
commit | 310825c69e3835dd193700558a28067ea2cdf15e (patch) | |
tree | 119d3a15f7afa6ca05d42de0f6445d0c3ecc4fe3 /games-emulation | |
parent | Stable for amd64, wrt bug #539110 (diff) | |
download | gentoo-2-310825c69e3835dd193700558a28067ea2cdf15e.tar.gz gentoo-2-310825c69e3835dd193700558a28067ea2cdf15e.tar.bz2 gentoo-2-310825c69e3835dd193700558a28067ea2cdf15e.zip |
Stable for amd64, wrt bug #539146
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/zinc/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/zinc/zinc-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/zinc/ChangeLog b/games-emulation/zinc/ChangeLog index 980599d1e02e..f445f70c8ab1 100644 --- a/games-emulation/zinc/ChangeLog +++ b/games-emulation/zinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/zinc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.13 2014/10/13 10:42:32 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/ChangeLog,v 1.14 2015/02/07 13:29:48 ago Exp $ + + 07 Feb 2015; Agostino Sarubbo <ago@gentoo.org> zinc-1.1.ebuild: + Stable for amd64, wrt bug #539146 13 Oct 2014; Michał Górny <mgorny@gentoo.org> zinc-1.1.ebuild: Support multilib providers for deps. diff --git a/games-emulation/zinc/zinc-1.1.ebuild b/games-emulation/zinc/zinc-1.1.ebuild index bfeaa797b188..8b2077c5c1d8 100644 --- a/games-emulation/zinc/zinc-1.1.ebuild +++ b/games-emulation/zinc/zinc-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.9 2014/10/13 10:42:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zinc/zinc-1.1.ebuild,v 1.10 2015/02/07 13:29:48 ago Exp $ EAPI=5 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://caesar.logiqx.com/zips/emus/linux/zinc_linux/${P//[-.]/}-lnx.tar LICENSE="freedist" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="strip" QA_PREBUILT="${GAMES_PREFIX_OPT:1}/bin/zinc /usr/lib*/*.so" |