diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 09:25:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 09:25:30 +0000 |
commit | 850c21423c0ef5188a7d718648dbac18f99a8b79 (patch) | |
tree | 2990b2e880af36246ecbb358ddc7a52bc3535f50 /dev-ruby | |
parent | Add ~sparc, wrt bug #539472 (diff) | |
download | gentoo-2-850c21423c0ef5188a7d718648dbac18f99a8b79.tar.gz gentoo-2-850c21423c0ef5188a7d718648dbac18f99a8b79.tar.bz2 gentoo-2-850c21423c0ef5188a7d718648dbac18f99a8b79.zip |
Stable for sparc, wrt bug #537072
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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 ad0325373a84..3cfdf1569c7b 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.96 2015/02/05 10:22:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.97 2015/02/10 09:25:30 ago Exp $ + + 10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: + Stable for sparc, wrt bug #537072 05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ffi-1.9.6-r1.ebuild: Stable for alpha, 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 69c2f2dee015..3ab63713cc39 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.8 2015/02/05 10:22:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.6-r1.ebuild,v 1.9 2015/02/10 09:25:30 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" |