diff options
author | 2015-03-31 07:47:48 +0000 | |
---|---|---|
committer | 2015-03-31 07:47:48 +0000 | |
commit | 8e2b2c658982953d2230366639425afde75a59db (patch) | |
tree | b74680b59b3ef3c98097a8e3f0dd8819ea7dd6b2 /dev-libs/quazip | |
parent | Stable for ppc64, wrt bug #535124 (diff) | |
download | gentoo-2-8e2b2c658982953d2230366639425afde75a59db.tar.gz gentoo-2-8e2b2c658982953d2230366639425afde75a59db.tar.bz2 gentoo-2-8e2b2c658982953d2230366639425afde75a59db.zip |
Stable for ppc64, wrt bug #542716
(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/quazip')
-rw-r--r-- | dev-libs/quazip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/quazip/quazip-0.6.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/quazip/ChangeLog b/dev-libs/quazip/ChangeLog index 4277adfd2b93..9e0660d496e7 100644 --- a/dev-libs/quazip/ChangeLog +++ b/dev-libs/quazip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/quazip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.45 2015/03/30 16:00:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.46 2015/03/31 07:47:48 ago Exp $ + + 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> quazip-0.6.2-r1.ebuild: + Stable for ppc64, wrt bug #542716 30 Mar 2015; Justin Lecher <jlec@gentoo.org> quazip-0.7.1.ebuild: Fix tests by using S instead of BUILD_DIR, bug #545074 diff --git a/dev-libs/quazip/quazip-0.6.2-r1.ebuild b/dev-libs/quazip/quazip-0.6.2-r1.ebuild index 9fec6c3c5621..e4ceaff720cf 100644 --- a/dev-libs/quazip/quazip-0.6.2-r1.ebuild +++ b/dev-libs/quazip/quazip-0.6.2-r1.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/quazip/quazip-0.6.2-r1.ebuild,v 1.5 2015/03/28 21:39:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.6.2-r1.ebuild,v 1.6 2015/03/31 07:47:48 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |