diff options
author | 2015-02-22 00:30:54 +0000 | |
---|---|---|
committer | 2015-02-22 00:30:54 +0000 | |
commit | 566ff5b7a492bda835ad54d4e155fd6e655aa57a (patch) | |
tree | bd9df94db84acd1e39810b804807e7a018e76630 /app-arch/gzip | |
parent | Added ~alpha, bug 533420. (diff) | |
download | gentoo-2-566ff5b7a492bda835ad54d4e155fd6e655aa57a.tar.gz gentoo-2-566ff5b7a492bda835ad54d4e155fd6e655aa57a.tar.bz2 gentoo-2-566ff5b7a492bda835ad54d4e155fd6e655aa57a.zip |
Stable on alpha, bug 534810.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'app-arch/gzip')
-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 e19b09ac1e98..b4ae6205b8ab 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.131 2015/01/26 10:38:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.132 2015/02/22 00:30:54 mattst88 Exp $ + + 22 Feb 2015; Matt Turner <mattst88@gentoo.org> gzip-1.6.ebuild: + Stable on alpha, bug 534810. 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gzip-1.6.ebuild: Stable for x86, wrt bug #534810 diff --git a/app-arch/gzip/gzip-1.6.ebuild b/app-arch/gzip/gzip-1.6.ebuild index 60aefb1c543e..e83e3993df97 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.9 2015/01/26 10:38:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.10 2015/02/22 00:30:54 mattst88 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() { |