diff options
author | Brent Baude <ranger@gentoo.org> | 2012-06-29 12:54:53 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-06-29 12:54:53 +0000 |
commit | 0767188c754c68cccd5347c08c3163f124909494 (patch) | |
tree | bb9eb48ad03aa1792290cd508c4d85108f23a51a /net-libs/libnxml | |
parent | Marking netkit-timed-0.17-r9 ppc for bug 393757 (diff) | |
download | gentoo-2-0767188c754c68cccd5347c08c3163f124909494.tar.gz gentoo-2-0767188c754c68cccd5347c08c3163f124909494.tar.bz2 gentoo-2-0767188c754c68cccd5347c08c3163f124909494.zip |
Marking libnxml-0.18.3 ppc for bug 393951
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libnxml')
-rw-r--r-- | net-libs/libnxml/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libnxml/libnxml-0.18.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libnxml/ChangeLog b/net-libs/libnxml/ChangeLog index 1fe4b1378daf..2a5371eafbce 100644 --- a/net-libs/libnxml/ChangeLog +++ b/net-libs/libnxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnxml -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.19 2011/12/21 08:55:08 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.20 2012/06/29 12:54:53 ranger Exp $ + + 29 Jun 2012; Brent Baude <ranger@gentoo.org> libnxml-0.18.3.ebuild: + Marking libnxml-0.18.3 ppc for bug 393951 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libnxml-0.18.3.ebuild: x86 stable wrt bug #393951 diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild b/net-libs/libnxml/libnxml-0.18.3.ebuild index 420d0a0f80b3..f7f39154ec9b 100644 --- a/net-libs/libnxml/libnxml-0.18.3.ebuild +++ b/net-libs/libnxml/libnxml-0.18.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.5 2011/12/21 08:55:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.6 2012/06/29 12:54:53 ranger Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://www.autistici.org/bakunin/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="doc examples static-libs" RDEPEND="net-misc/curl" |