diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 09:00:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 09:00:59 +0000 |
commit | 035a164b9db5c7b5864fa98ca987925868219de7 (patch) | |
tree | b9ea5e170dee04215ad9bf76e48cde34df929335 /app-arch/pigz | |
parent | Stable for x86, wrt bug #510842 (diff) | |
download | gentoo-2-035a164b9db5c7b5864fa98ca987925868219de7.tar.gz gentoo-2-035a164b9db5c7b5864fa98ca987925868219de7.tar.bz2 gentoo-2-035a164b9db5c7b5864fa98ca987925868219de7.zip |
Stable for x86, wrt bug #524858
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch/pigz')
-rw-r--r-- | app-arch/pigz/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/pigz/pigz-2.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/pigz/ChangeLog b/app-arch/pigz/ChangeLog index 20f0995cf3f1..1b567f5a5ffe 100644 --- a/app-arch/pigz/ChangeLog +++ b/app-arch/pigz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/pigz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.38 2014/10/10 15:22:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.39 2014/10/12 09:00:59 ago Exp $ + + 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pigz-2.3.1-r1.ebuild: + Stable for x86, wrt bug #524858 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pigz-2.3.1-r1.ebuild: Stable for amd64, wrt bug #524858 diff --git a/app-arch/pigz/pigz-2.3.1-r1.ebuild b/app-arch/pigz/pigz-2.3.1-r1.ebuild index a7f95ad28990..f45e63b366ac 100644 --- a/app-arch/pigz/pigz-2.3.1-r1.ebuild +++ b/app-arch/pigz/pigz-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.3.1-r1.ebuild,v 1.2 2014/10/10 15:22:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.3.1-r1.ebuild,v 1.3 2014/10/12 09:00:59 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~sparc x86 ~amd64-linux ~sparc64-solaris" IUSE="static symlink test" LIB_DEPEND="sys-libs/zlib[static-libs(+)]" |