diff options
author | Markus Meier <maekke@gentoo.org> | 2015-02-01 21:07:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-02-01 21:07:07 +0000 |
commit | 49e157832e760f2490f093da464bb69a494a574e (patch) | |
tree | c439fc7b37618c8293f5e74786371bdef251326a /dev-ruby | |
parent | arm stable, bug #533270 (diff) | |
download | gentoo-2-49e157832e760f2490f093da464bb69a494a574e.tar.gz gentoo-2-49e157832e760f2490f093da464bb69a494a574e.tar.bz2 gentoo-2-49e157832e760f2490f093da464bb69a494a574e.zip |
arm stable, bug #537072
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 e3b800a89403..5978c4c50988 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.93 2015/01/28 10:34:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.94 2015/02/01 21:07:07 maekke Exp $ + + 01 Feb 2015; Markus Meier <maekke@gentoo.org> ffi-1.9.6-r1.ebuild: + arm stable, bug #537072 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: Stable for ppc, 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 804b59971d07..f7181cacf8d8 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.5 2015/01/28 10:34:22 ago Exp $ +# $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 $ 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" |