diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-28 13:55:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-28 13:55:33 +0000 |
commit | 2bdad14ca3c7a26798dc7936c1eece9529d725ea (patch) | |
tree | 0a9f50692a431821cfa5cd4ed4eb97efaeccda44 /dev-ruby/ffi | |
parent | Stable for ppc64, wrt bug #523186 (diff) | |
download | gentoo-2-2bdad14ca3c7a26798dc7936c1eece9529d725ea.tar.gz gentoo-2-2bdad14ca3c7a26798dc7936c1eece9529d725ea.tar.bz2 gentoo-2-2bdad14ca3c7a26798dc7936c1eece9529d725ea.zip |
Stable for ppc64, wrt bug #523186
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index bf29b7b425b4..0f3cc2872a8c 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.83 2014/11/28 13:55:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.84 2014/11/28 13:55:33 ago Exp $ + + 28 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.3.ebuild: + Stable for ppc64, wrt bug #523186 28 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.3.ebuild: Stable for ppc, wrt bug #523186 diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index c5ca3c6a7b50..71cd680019b8 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.16 2014/11/28 13:55:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.17 2014/11/28 13:55:33 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t 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" |