diff options
author | Markus Meier <maekke@gentoo.org> | 2014-11-19 21:00:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-11-19 21:00:09 +0000 |
commit | 10b942692638bb580d5c070fc5e4b9cd191d9e39 (patch) | |
tree | 561be363eda8a7111d693f0400f2a0d0382e0cb8 /dev-ruby/ffi | |
parent | arm stable, bug #528004 (diff) | |
download | gentoo-2-10b942692638bb580d5c070fc5e4b9cd191d9e39.tar.gz gentoo-2-10b942692638bb580d5c070fc5e4b9cd191d9e39.tar.bz2 gentoo-2-10b942692638bb580d5c070fc5e4b9cd191d9e39.zip |
arm stable, bug #523186
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 97b4aaa1d1c2..010d121d6ff9 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.78 2014/10/09 22:10:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.79 2014/11/19 21:00:09 maekke Exp $ + + 19 Nov 2014; Markus Meier <maekke@gentoo.org> ffi-1.9.3.ebuild: + arm stable, bug #523186 *ffi-1.9.6 (09 Oct 2014) diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index f5fc0beb2123..7f66380a4c00 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.11 2014/09/19 09:28:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.12 2014/11/19 21:00:09 maekke 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" |