diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-09 13:50:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-09 13:50:03 +0000 |
commit | bddf7699cb976c1e4e000c7430fe8fb48421063b (patch) | |
tree | c08c8a9595c0b995094e2103e706ef0b3cd81d30 /dev-libs/yaz | |
parent | Fix installation of files into /etc/env.d, bug #173884 (diff) | |
download | gentoo-2-bddf7699cb976c1e4e000c7430fe8fb48421063b.tar.gz gentoo-2-bddf7699cb976c1e4e000c7430fe8fb48421063b.tar.bz2 gentoo-2-bddf7699cb976c1e4e000c7430fe8fb48421063b.zip |
x86 stable wrt bug 173849
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-libs/yaz')
-rw-r--r-- | dev-libs/yaz/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/yaz/yaz-2.1.42.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/yaz/ChangeLog b/dev-libs/yaz/ChangeLog index b29b78b2d24e..8de599c1c5a0 100644 --- a/dev-libs/yaz/ChangeLog +++ b/dev-libs/yaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/yaz # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.30 2007/02/22 01:16:36 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.31 2007/04/09 13:50:03 armin76 Exp $ + + 09 Apr 2007; Raúl Porcel <armin76@gentoo.org> yaz-2.1.42.ebuild: + x86 stable wrt bug 173849 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-libs/yaz/yaz-2.1.42.ebuild b/dev-libs/yaz/yaz-2.1.42.ebuild index 603e2ada4d8a..b1edfc4dbbca 100644 --- a/dev-libs/yaz/yaz-2.1.42.ebuild +++ b/dev-libs/yaz/yaz-2.1.42.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.1.42.ebuild,v 1.1 2006/12/27 02:11:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-2.1.42.ebuild,v 1.2 2007/04/09 13:50:03 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="YAZ" 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="tcpd" RDEPEND="dev-libs/libxml2 |