diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:42:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:42:29 +0000 |
commit | 8b657ccad43bf0e91c33a3dd83c87119d2e51d41 (patch) | |
tree | 938ee9d2b9349e44b0c9f3528d6802a5662fda22 /games-engines/xzip | |
parent | Stable for amd64, wrt bug #539078 (diff) | |
download | gentoo-2-8b657ccad43bf0e91c33a3dd83c87119d2e51d41.tar.gz gentoo-2-8b657ccad43bf0e91c33a3dd83c87119d2e51d41.tar.bz2 gentoo-2-8b657ccad43bf0e91c33a3dd83c87119d2e51d41.zip |
Stable for amd64, wrt bug #539082
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-engines/xzip')
-rw-r--r-- | games-engines/xzip/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-engines/xzip/ChangeLog b/games-engines/xzip/ChangeLog index d90947098c44..481bc47bf416 100644 --- a/games-engines/xzip/ChangeLog +++ b/games-engines/xzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/xzip # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.12 2015/02/06 11:17:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.13 2015/02/06 13:42:29 ago Exp $ + + 06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xzip-1.8.2-r2.ebuild: + Stable for amd64, wrt bug #539082 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> xzip-1.8.2-r2.ebuild: need RDEPEND diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild index b9d9412b4bd8..c5748de8c12e 100644 --- a/games-engines/xzip/xzip-1.8.2-r2.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.11 2015/02/06 11:17:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.12 2015/02/06 13:42:29 ago Exp $ EAPI=5 inherit games @@ -11,7 +11,7 @@ SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RESTRICT="test" |