diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-20 02:52:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-20 02:52:06 +0000 |
commit | 41b82ec1d936f1e9f683ec933cdb4129e48333ec (patch) | |
tree | 9260e8fef5d2df09111fd146cf17ec92e2d4554d | |
parent | Pull in pkg-config #431908 by Hans. (diff) | |
download | historical-41b82ec1d936f1e9f683ec933cdb4129e48333ec.tar.gz historical-41b82ec1d936f1e9f683ec933cdb4129e48333ec.tar.bz2 historical-41b82ec1d936f1e9f683ec933cdb4129e48333ec.zip |
Stable for HPPA (bug #431844).
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
-rw-r--r-- | app-arch/gzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/gzip/gzip-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/gzip/ChangeLog b/app-arch/gzip/ChangeLog index b0751cb0e72d..a371a643008f 100644 --- a/app-arch/gzip/ChangeLog +++ b/app-arch/gzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.117 2012/08/19 14:25:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.118 2012/08/20 02:52:06 jer Exp $ + + 20 Aug 2012; Jeroen Roovers <jer@gentoo.org> gzip-1.5.ebuild: + Stable for HPPA (bug #431844). 19 Aug 2012; Johannes Huber <johu@gentoo.org> gzip-1.5.ebuild: Stable for x86, wrt bug #431844 diff --git a/app-arch/gzip/gzip-1.5.ebuild b/app-arch/gzip/gzip-1.5.ebuild index 3f51e1fe43ae..dd5960b468f0 100644 --- a/app-arch/gzip/gzip-1.5.ebuild +++ b/app-arch/gzip/gzip-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.5.ebuild,v 1.4 2012/08/19 14:25:23 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.5.ebuild,v 1.5 2012/08/20 02:52:06 jer Exp $ inherit eutils flag-o-matic unpacker @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu-alpha/gzip/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls pic static" RDEPEND="" |