diff options
author | 2011-12-31 21:46:49 +0000 | |
---|---|---|
committer | 2011-12-31 21:46:49 +0000 | |
commit | dab91c8ab031a9ac38f7a3dfa7787de6a5f41b80 (patch) | |
tree | 5587c534d19b44a4472168884885ad37c221eaee /dev-ruby/libxml | |
parent | Re-add ebuild (diff) | |
download | historical-dab91c8ab031a9ac38f7a3dfa7787de6a5f41b80.tar.gz historical-dab91c8ab031a9ac38f7a3dfa7787de6a5f41b80.tar.bz2 historical-dab91c8ab031a9ac38f7a3dfa7787de6a5f41b80.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386
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 6582f182806f..5754e979d0b2 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.62 2011/12/29 17:10:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.63 2011/12/31 21:36:23 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> libxml-2.2.2.ebuild: + Add Prefix keywords, bug #396547 29 Dec 2011; Jeroen Roovers <jer@gentoo.org> libxml-2.2.1.ebuild: Stable for HPPA (bug #395991). diff --git a/dev-ruby/libxml/libxml-2.2.2.ebuild b/dev-ruby/libxml/libxml-2.2.2.ebuild index 3804d6e413ea..cbd8f3f5a54f 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.3 2011/12/08 19:27:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.2.ebuild,v 1.4 2011/12/31 21:36:23 grobian 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 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" |