diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-08 20:52:05 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-08 20:52:05 +0000 |
commit | 76b4ec1517565709a781dcef923066f8d009b0fc (patch) | |
tree | be6fc45a09f513920009d008fb3206b634755d92 /app-arch | |
parent | arm stable, bug #535176 (diff) | |
download | gentoo-2-76b4ec1517565709a781dcef923066f8d009b0fc.tar.gz gentoo-2-76b4ec1517565709a781dcef923066f8d009b0fc.tar.bz2 gentoo-2-76b4ec1517565709a781dcef923066f8d009b0fc.zip |
arm stable, bug #534810
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index 48b3bdc4a0b6..f7d84186d41c 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.125 2014/12/31 19:44:39 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.126 2015/01/08 20:52:05 maekke Exp $ + + 08 Jan 2015; Markus Meier <maekke@gentoo.org> gzip-1.6.ebuild: + arm stable, bug #534810 31 Dec 2014; Christoph Junghans <ottxor@gentoo.org> +files/gzip-1.4-asmv.patch, gzip-1.6.ebuild: diff --git a/app-arch/gzip/gzip-1.6.ebuild b/app-arch/gzip/gzip-1.6.ebuild index be85b743ec11..eb3d360fa571 100644 --- a/app-arch/gzip/gzip-1.6.ebuild +++ b/app-arch/gzip/gzip-1.6.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/app-arch/gzip/gzip-1.6.ebuild,v 1.3 2014/12/31 19:44:39 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.4 2015/01/08 20:52:05 maekke 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~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() { |