diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-19 20:38:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-19 20:38:35 +0000 |
commit | 3b326fa1cd4e95f638513186194426bfba322e21 (patch) | |
tree | 430427757afcfbac0c0fac6d3bb576f52d756006 /dev-ruby/ffi | |
parent | bump to 1.13.1. Drop 1.8.5 (diff) | |
download | gentoo-2-3b326fa1cd4e95f638513186194426bfba322e21.tar.gz gentoo-2-3b326fa1cd4e95f638513186194426bfba322e21.tar.bz2 gentoo-2-3b326fa1cd4e95f638513186194426bfba322e21.zip |
Stable for HPPA (bug #537072).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/ffi')
-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 1b3e0d04301a..880803260c29 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.89 2015/01/19 19:13:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.90 2015/01/19 20:38:35 jer Exp $ + + 19 Jan 2015; Jeroen Roovers <jer@gentoo.org> ffi-1.9.6-r1.ebuild: + Stable for HPPA (bug #537072). *ffi-1.9.6-r2 (19 Jan 2015) *ffi-1.9.6-r1 (19 Jan 2015) diff --git a/dev-ruby/ffi/ffi-1.9.6-r1.ebuild b/dev-ruby/ffi/ffi-1.9.6-r1.ebuild index c46fba259438..efba29c8be18 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.1 2015/01/19 19:13:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.2 2015/01/19 20:38:35 jer 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" |