diff options
author | 2015-01-01 11:20:29 +0000 | |
---|---|---|
committer | 2015-01-01 11:20:29 +0000 | |
commit | fd0baadcfdcfcf1169f458f36ea8332e1d8c85b4 (patch) | |
tree | 87c70f5193e79f238e66bb9d2126566c8dcc2939 /dev-libs/libzip | |
parent | Stable for ppc64, wrt bug #530658 (diff) | |
download | gentoo-2-fd0baadcfdcfcf1169f458f36ea8332e1d8c85b4.tar.gz gentoo-2-fd0baadcfdcfcf1169f458f36ea8332e1d8c85b4.tar.bz2 gentoo-2-fd0baadcfdcfcf1169f458f36ea8332e1d8c85b4.zip |
Stable for ppc64, wrt bug #530660
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r-- | dev-libs/libzip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libzip/libzip-0.11.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libzip/ChangeLog b/dev-libs/libzip/ChangeLog index b47c69057d0b..abf6c31c4210 100644 --- a/dev-libs/libzip/ChangeLog +++ b/dev-libs/libzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libzip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.78 2014/12/31 16:06:17 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.79 2015/01/01 11:20:29 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libzip-0.11.2.ebuild: + Stable for ppc64, wrt bug #530660 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libzip-0.11.2.ebuild: Stable for ppc, wrt bug #530660 diff --git a/dev-libs/libzip/libzip-0.11.2.ebuild b/dev-libs/libzip/libzip-0.11.2.ebuild index 215f38619f49..a3f52ad828b0 100644 --- a/dev-libs/libzip/libzip-0.11.2.ebuild +++ b/dev-libs/libzip/libzip-0.11.2.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/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.5 2014/12/31 16:06:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.6 2015/01/01 11:20:29 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.nih.at/libzip/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" RDEPEND="sys-libs/zlib" |