diff options
author | Markus Meier <maekke@gentoo.org> | 2011-08-24 20:49:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-08-24 20:49:09 +0000 |
commit | 9b854db9ccabb51a5e0d19ab7687790a524af624 (patch) | |
tree | ea262c9671528155f95a53878ff971f1429299c2 /dev-ruby/libxml | |
parent | Warn about problems in GTK+, bug 292471. (diff) | |
download | gentoo-2-9b854db9ccabb51a5e0d19ab7687790a524af624.tar.gz gentoo-2-9b854db9ccabb51a5e0d19ab7687790a524af624.tar.bz2 gentoo-2-9b854db9ccabb51a5e0d19ab7687790a524af624.zip |
x86 stable, bug #370399
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index f93a11084e13..a000c7cfa5ad 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.53 2011/08/15 16:03:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.54 2011/08/24 20:49:09 maekke Exp $ + + 24 Aug 2011; Markus Meier <maekke@gentoo.org> libxml-2.0.5.ebuild: + x86 stable, bug #370399 15 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.1.1.ebuild: Fix typo: ruby_add_depend does not exist. diff --git a/dev-ruby/libxml/libxml-2.0.5.ebuild b/dev-ruby/libxml/libxml-2.0.5.ebuild index ae50413355d5..3e917c6e8371 100644 --- a/dev-ruby/libxml/libxml-2.0.5.ebuild +++ b/dev-ruby/libxml/libxml-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v 1.6 2011/07/31 19:05:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.0.5.ebuild,v 1.7 2011/08/24 20:49:09 maekke Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://libxml.rubyforge.org" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" |