diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:34:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:34:22 +0000 |
commit | 9383b1c0735f50a596052f65d500fbfe83612f86 (patch) | |
tree | 6cd27823b4b103d28c223ca2e3b73e4c2668eae0 | |
parent | Stable for ppc, wrt bug #535406 (diff) | |
download | gentoo-2-9383b1c0735f50a596052f65d500fbfe83612f86.tar.gz gentoo-2-9383b1c0735f50a596052f65d500fbfe83612f86.tar.bz2 gentoo-2-9383b1c0735f50a596052f65d500fbfe83612f86.zip |
Stable for ppc, wrt bug #537072
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-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 53bce91daa7b..e3b800a89403 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.92 2015/01/26 10:31:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.93 2015/01/28 10:34:22 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: + Stable for ppc, wrt bug #537072 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: Stable for x86, wrt 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 b0f4ab5eddb2..804b59971d07 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.4 2015/01/26 10:31:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.5 2015/01/28 10:34:22 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" |