diff options
author | 2010-07-23 09:46:04 +0000 | |
---|---|---|
committer | 2010-07-23 09:46:04 +0000 | |
commit | a373da24e501f4b1b828dbe2e7d854bcec2249c5 (patch) | |
tree | 8526d0265f7737799d938bc68720aacc57777a14 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a373da24e501f4b1b828dbe2e7d854bcec2249c5.tar.gz gentoo-2-a373da24e501f4b1b828dbe2e7d854bcec2249c5.tar.bz2 gentoo-2-a373da24e501f4b1b828dbe2e7d854bcec2249c5.zip |
amd64 stable, bug 328707
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-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 15d452df226d..565adadae7c3 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.63 2010/07/20 08:24:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.64 2010/07/23 09:46:04 pva Exp $ + + 23 Jul 2010; Peter Volkov <pva@gentoo.org> yaz-3.0.50.ebuild: + amd64 stable, bug 328707 20 Jul 2010; Christian Faulhammer <fauli@gentoo.org> yaz-3.0.50.ebuild: stable x86, bug 328707 diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild index a814d364c2b0..f01b408f92fe 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.4 2010/07/20 08:24:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.5 2010/07/23 09:46:04 pva 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 |