diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-04 08:05:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-04 08:05:31 +0000 |
commit | 351582cad36b147c57a44e41d7a9af89da714a55 (patch) | |
tree | 31bcb28b7e7150279d5dd0a1af4577c347bc2fb2 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-351582cad36b147c57a44e41d7a9af89da714a55.tar.gz gentoo-2-351582cad36b147c57a44e41d7a9af89da714a55.tar.bz2 gentoo-2-351582cad36b147c57a44e41d7a9af89da714a55.zip |
Stable for ppc64, wrt bug #537072
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.9.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 5978c4c50988..7c0eea2f8d95 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.94 2015/02/01 21:07:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.95 2015/02/04 08:05:31 ago Exp $ + + 04 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: + Stable for ppc64, wrt bug #537072 01 Feb 2015; Markus Meier <maekke@gentoo.org> ffi-1.9.6-r1.ebuild: arm stable, bug #537072 diff --git a/dev-ruby/ffi/ffi-1.9.6-r1.ebuild b/dev-ruby/ffi/ffi-1.9.6-r1.ebuild index f7181cacf8d8..4fa7415b2820 100644 --- a/dev-ruby/ffi/ffi-1.9.6-r1.ebuild +++ b/dev-ruby/ffi/ffi-1.9.6-r1.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/ffi/ffi-1.9.6-r1.ebuild,v 1.6 2015/02/01 21:07:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.7 2015/02/04 08:05:31 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}. IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" |