diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 15:22:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-10 15:22:13 +0000 |
commit | d13dbadc1c4f93c4d09c7fdb423c771e0ba11b28 (patch) | |
tree | 70d9e8c632578be27d342973452ca80a05baef04 /app-arch | |
parent | Stable for amd64, wrt bug #517944 (diff) | |
download | gentoo-2-d13dbadc1c4f93c4d09c7fdb423c771e0ba11b28.tar.gz gentoo-2-d13dbadc1c4f93c4d09c7fdb423c771e0ba11b28.tar.bz2 gentoo-2-d13dbadc1c4f93c4d09c7fdb423c771e0ba11b28.zip |
Stable for amd64, wrt bug #524858
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch')
-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 37253f0d96ff..20f0995cf3f1 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.37 2014/01/23 00:16:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.38 2014/10/10 15:22:13 ago Exp $ + + 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pigz-2.3.1-r1.ebuild: + Stable for amd64, wrt bug #524858 *pigz-2.3.1-r1 (23 Jan 2014) diff --git a/app-arch/pigz/pigz-2.3.1-r1.ebuild b/app-arch/pigz/pigz-2.3.1-r1.ebuild index e383b59e281c..a7f95ad28990 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.1 2014/01/23 00:16:23 radhermit Exp $ +# $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 $ 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(+)]" |