diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:48:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:48:24 +0000 |
commit | aa67b7279a2f20b61f8311428212da29e5a2bcf0 (patch) | |
tree | 74963709faf86418ed99eab5a604393ac3a87bec /app-arch | |
parent | Stable for ppc64, wrt bug #534800 (diff) | |
download | gentoo-2-aa67b7279a2f20b61f8311428212da29e5a2bcf0.tar.gz gentoo-2-aa67b7279a2f20b61f8311428212da29e5a2bcf0.tar.bz2 gentoo-2-aa67b7279a2f20b61f8311428212da29e5a2bcf0.zip |
Stable for ppc64, wrt bug #534810
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 4954eb7625f2..930a0d8bbb03 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.129 2015/01/17 14:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.130 2015/01/18 08:48:24 ago Exp $ + + 18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gzip-1.6.ebuild: + Stable for ppc64, wrt bug #534810 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gzip-1.6.ebuild: Stable for ppc, wrt bug #534810 diff --git a/app-arch/gzip/gzip-1.6.ebuild b/app-arch/gzip/gzip-1.6.ebuild index 228e8b72b056..5701b33da686 100644 --- a/app-arch/gzip/gzip-1.6.ebuild +++ b/app-arch/gzip/gzip-1.6.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/app-arch/gzip/gzip-1.6.ebuild,v 1.7 2015/01/17 14:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.8 2015/01/18 08:48:24 ago Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu-alpha/gzip/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="pic static" src_prepare() { |