diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-20 08:24:18 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-20 08:24:18 +0000 |
commit | 773b1361307d40f690ded07bd5072d8441a65204 (patch) | |
tree | b9ef63c5914912d8e3163ecabb705e824e2ffd40 /dev-libs | |
parent | stable x86, bug 328983 (diff) | |
download | gentoo-2-773b1361307d40f690ded07bd5072d8441a65204.tar.gz gentoo-2-773b1361307d40f690ded07bd5072d8441a65204.tar.bz2 gentoo-2-773b1361307d40f690ded07bd5072d8441a65204.zip |
stable x86, bug 328707
(Portage version: 2.1.8.3/cvs/Linux i686)
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 0790504f7ab4..15d452df226d 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.62 2010/07/20 04:44:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.63 2010/07/20 08:24:18 fauli Exp $ + + 20 Jul 2010; Christian Faulhammer <fauli@gentoo.org> yaz-3.0.50.ebuild: + stable x86, bug 328707 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> yaz-3.0.47.ebuild, yaz-3.0.50.ebuild: diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild index c7637400cdd0..a814d364c2b0 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.3 2010/07/20 04:44:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.4 2010/07/20 08:24:18 fauli 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 |