diff options
author | Markus Meier <maekke@gentoo.org> | 2010-08-14 11:24:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-08-14 11:24:43 +0000 |
commit | 4430d9912cdae9f242637da97a1bd99041f52930 (patch) | |
tree | 0af947cf1c3bb4a622e1ecd13b94017c319bcb85 /dev-libs/yaz | |
parent | arm stable, bug #328163 (diff) | |
download | gentoo-2-4430d9912cdae9f242637da97a1bd99041f52930.tar.gz gentoo-2-4430d9912cdae9f242637da97a1bd99041f52930.tar.bz2 gentoo-2-4430d9912cdae9f242637da97a1bd99041f52930.zip |
arm stable, bug #328707
(Portage version: 2.2_rc67/cvs/Linux i686)
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 565adadae7c3..a9f732f8fc85 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.64 2010/07/23 09:46:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.65 2010/08/14 11:24:43 maekke Exp $ + + 14 Aug 2010; Markus Meier <maekke@gentoo.org> yaz-3.0.50.ebuild: + arm stable, bug #328707 23 Jul 2010; Peter Volkov <pva@gentoo.org> yaz-3.0.50.ebuild: amd64 stable, bug 328707 diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild index f01b408f92fe..2b26c0495152 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.5 2010/07/23 09:46:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.6 2010/08/14 11:24:43 maekke 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 |