diff options
Diffstat (limited to 'dev-ruby/libxml/libxml-1.1.3.ebuild')
-rw-r--r-- | dev-ruby/libxml/libxml-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/libxml/libxml-1.1.3.ebuild b/dev-ruby/libxml/libxml-1.1.3.ebuild index 9cc098c3c684..a5462ae05414 100644 --- a/dev-ruby/libxml/libxml-1.1.3.ebuild +++ b/dev-ruby/libxml/libxml-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild,v 1.1 2009/03/22 13:42:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-1.1.3.ebuild,v 1.2 2009/04/19 14:59:16 maekke Exp $ inherit ruby @@ -12,7 +12,7 @@ SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tgz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc" RDEPEND=">=dev-libs/libxml2-2.6.6" |