diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 14:02:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-17 14:02:45 +0000 |
commit | d78d90c94b9db70d60575fa8ab42775279b0574a (patch) | |
tree | 99f423b0a634cdd470a992d0ed626a4a472790a0 /app-arch | |
parent | Stable for ppc, wrt bug #535484 (diff) | |
download | gentoo-2-d78d90c94b9db70d60575fa8ab42775279b0574a.tar.gz gentoo-2-d78d90c94b9db70d60575fa8ab42775279b0574a.tar.bz2 gentoo-2-d78d90c94b9db70d60575fa8ab42775279b0574a.zip |
Stable for ppc, wrt bug #534810
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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 d6aa205958fa..4954eb7625f2 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.128 2015/01/09 13:44:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.129 2015/01/17 14:02:45 ago Exp $ + + 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gzip-1.6.ebuild: + Stable for ppc, wrt bug #534810 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gzip-1.6.ebuild: Stable for amd64, wrt bug #534810 diff --git a/app-arch/gzip/gzip-1.6.ebuild b/app-arch/gzip/gzip-1.6.ebuild index d6d9a2708238..228e8b72b056 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.6 2015/01/09 13:44:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.7 2015/01/17 14:02:45 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() { |