diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-14 09:57:59 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-14 09:57:59 +0000 |
commit | 267c287eb38fbcc1d9f5b983ba461f8d3ae18394 (patch) | |
tree | cc45a1e93f2790e7e5f39faf2369c6b56fde7968 /dev-libs/libzip | |
parent | Stable on amd64, wrt bug #451648 (diff) | |
download | gentoo-2-267c287eb38fbcc1d9f5b983ba461f8d3ae18394.tar.gz gentoo-2-267c287eb38fbcc1d9f5b983ba461f8d3ae18394.tar.bz2 gentoo-2-267c287eb38fbcc1d9f5b983ba461f8d3ae18394.zip |
Keyword ~arm, wrt bug #451528
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r-- | dev-libs/libzip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libzip/libzip-0.10.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libzip/ChangeLog b/dev-libs/libzip/ChangeLog index 94393f79dbee..eed9d2197671 100644 --- a/dev-libs/libzip/ChangeLog +++ b/dev-libs/libzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libzip -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.55 2012/07/26 01:23:53 creffett Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.56 2013/01/14 09:57:59 pinkbyte Exp $ + + 14 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> libzip-0.10.1-r1.ebuild: + Keyword ~arm, wrt bug #451528 26 Jul 2012; Chris Reffett <creffett@gentoo.org> metadata.xml: Add myself to maintainers, rest of KDE team didn't have any objections diff --git a/dev-libs/libzip/libzip-0.10.1-r1.ebuild b/dev-libs/libzip/libzip-0.10.1-r1.ebuild index fa782418aa9b..93b19e9ebfdc 100644 --- a/dev-libs/libzip/libzip-0.10.1-r1.ebuild +++ b/dev-libs/libzip/libzip-0.10.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.6 2012/07/25 01:58:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.7 2013/01/14 09:57:59 pinkbyte Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://www.nih.at/libzip/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" DEPEND="sys-libs/zlib" |