diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-26 13:36:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-26 13:36:04 +0000 |
commit | d13acec6bf9783cf22c0c38a95faee144890ec33 (patch) | |
tree | 823cc268dad806e126afde704918e4809e389d5f /dev-ruby | |
parent | Version bump. Bump to eapi 5. Use qt4_get_bindir for correct lupdate path. (diff) | |
download | gentoo-2-d13acec6bf9783cf22c0c38a95faee144890ec33.tar.gz gentoo-2-d13acec6bf9783cf22c0c38a95faee144890ec33.tar.bz2 gentoo-2-d13acec6bf9783cf22c0c38a95faee144890ec33.zip |
Stable for ppc, wrt bug #543250
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index c1746e7df6fd..481e69b9fc7f 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.101 2015/03/25 14:05:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.102 2015/03/26 13:36:04 ago Exp $ + + 26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libxml-2.8.0.ebuild: + Stable for ppc, wrt bug #543250 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libxml-2.8.0.ebuild: Stable for x86, wrt bug #543250 diff --git a/dev-ruby/libxml/libxml-2.8.0.ebuild b/dev-ruby/libxml/libxml-2.8.0.ebuild index 6c2f25230b89..2def60a97702 100644 --- a/dev-ruby/libxml/libxml-2.8.0.ebuild +++ b/dev-ruby/libxml/libxml-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild,v 1.5 2015/03/25 14:05:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.8.0.ebuild,v 1.6 2015/03/26 13:36:04 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/xml4r/libxml-ruby" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 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" |