diff options
author | 2015-06-04 04:44:05 +0000 | |
---|---|---|
committer | 2015-06-04 04:44:05 +0000 | |
commit | 189f2cdb4320c9685a97a485f9b6aa88e6f34547 (patch) | |
tree | ef409d6b119fca4dfef6ca3a21610b0ebf4018e7 /dev-libs/libzip | |
parent | Stable for HPPA PPC64 (bug #551118). (diff) | |
download | gentoo-2-189f2cdb4320c9685a97a485f9b6aa88e6f34547.tar.gz gentoo-2-189f2cdb4320c9685a97a485f9b6aa88e6f34547.tar.bz2 gentoo-2-189f2cdb4320c9685a97a485f9b6aa88e6f34547.zip |
Stable for HPPA PPC64 (bug #550922).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r-- | dev-libs/libzip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libzip/libzip-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libzip/ChangeLog b/dev-libs/libzip/ChangeLog index e01b6a33e324..8c975610f308 100644 --- a/dev-libs/libzip/ChangeLog +++ b/dev-libs/libzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libzip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.82 2015/06/04 02:12:19 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.83 2015/06/04 04:44:05 jer Exp $ + + 04 Jun 2015; Jeroen Roovers <jer@gentoo.org> libzip-1.0.1.ebuild: + Stable for HPPA PPC64 (bug #550922). *libzip-1.0.1 (04 Jun 2015) diff --git a/dev-libs/libzip/libzip-1.0.1.ebuild b/dev-libs/libzip/libzip-1.0.1.ebuild index f7d9d8d72314..363a1b43f605 100644 --- a/dev-libs/libzip/libzip-1.0.1.ebuild +++ b/dev-libs/libzip/libzip-1.0.1.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/dev-libs/libzip/libzip-1.0.1.ebuild,v 1.1 2015/06/04 02:12:19 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-1.0.1.ebuild,v 1.2 2015/06/04 04:44:05 jer 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" |