diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-12-05 14:04:24 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-12-05 14:04:24 +0000 |
commit | 3b9a4e1a0e7021cdbccc078d80bcd7b62fe6b0a7 (patch) | |
tree | ff34cd31f2533f0b23052619c5379c143c18bcc9 /dev-ruby/libxml | |
parent | Remove dsgui it is renamed to datovka. (diff) | |
download | gentoo-2-3b9a4e1a0e7021cdbccc078d80bcd7b62fe6b0a7.tar.gz gentoo-2-3b9a4e1a0e7021cdbccc078d80bcd7b62fe6b0a7.tar.bz2 gentoo-2-3b9a4e1a0e7021cdbccc078d80bcd7b62fe6b0a7.zip |
Add ~x86-fbsd.
(Portage version: 2.2.0_alpha79/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.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index c17778360107..4bd1a073cd86 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.56 2011/09/11 06:10:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.57 2011/12/05 14:04:24 naota Exp $ + + 05 Dec 2011; Naohiro Aota <naota@gentoo.org> libxml-2.2.2.ebuild: + Add ~x86-fbsd. *libxml-2.2.2 (11 Sep 2011) diff --git a/dev-ruby/libxml/libxml-2.2.2.ebuild b/dev-ruby/libxml/libxml-2.2.2.ebuild index ae77a8423e2e..00d6a2fe61be 100644 --- a/dev-ruby/libxml/libxml-2.2.2.ebuild +++ b/dev-ruby/libxml/libxml-2.2.2.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.2.2.ebuild,v 1.1 2011/09/11 06:10:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v 1.2 2011/12/05 14:04:24 naota 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 ~x86-fbsd" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" |