diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-16 14:05:32 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-16 14:05:32 +0000 |
commit | df65c7c5f05fbd7ef13ea83104aa63c9ae3176fc (patch) | |
tree | 5731c2a1df33e70bcb7bf8a0a461f535795d2d99 /dev-libs/yaz | |
parent | stable ppc, bug 326869 (diff) | |
download | gentoo-2-df65c7c5f05fbd7ef13ea83104aa63c9ae3176fc.tar.gz gentoo-2-df65c7c5f05fbd7ef13ea83104aa63c9ae3176fc.tar.bz2 gentoo-2-df65c7c5f05fbd7ef13ea83104aa63c9ae3176fc.zip |
stable ppc, bug 328707
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-3.0.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/yaz/ChangeLog b/dev-libs/yaz/ChangeLog index 45a4a2e9eb6b..0330ed646cc2 100644 --- a/dev-libs/yaz/ChangeLog +++ b/dev-libs/yaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/yaz # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.66 2010/08/29 18:20:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.67 2010/10/16 14:05:32 ranger Exp $ + + 16 Oct 2010; Brent Baude <ranger@gentoo.org> yaz-3.0.50.ebuild: + stable ppc, bug 328707 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> yaz-3.0.50.ebuild: alpha/ia64/s390/sh/sparc stable wrt #328707 diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild index 283a0bf96235..81d2a3d2396c 100644 --- a/dev-libs/yaz/yaz-3.0.50.ebuild +++ b/dev-libs/yaz/yaz-3.0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.7 2010/08/29 18:20:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.8 2010/10/16 14:05:32 ranger Exp $ EAPI=2 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" IUSE="debug icu tcpd ziffy" RDEPEND="dev-libs/libxml2 |