diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-13 18:46:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-13 18:46:24 +0000 |
commit | 9a38ca13bf69a41e8319ea6b9ae773b038e000cd (patch) | |
tree | b84b143d31a3e00432a403b12157dce5789b10f6 /dev-ruby/ffi | |
parent | Add ~sparc wrt #468536 (diff) | |
download | gentoo-2-9a38ca13bf69a41e8319ea6b9ae773b038e000cd.tar.gz gentoo-2-9a38ca13bf69a41e8319ea6b9ae773b038e000cd.tar.bz2 gentoo-2-9a38ca13bf69a41e8319ea6b9ae773b038e000cd.zip |
Add ~sparc wrt #468536
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
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 5941a0c016b5..d6cd7314ba3a 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.71 2014/07/21 14:00:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.72 2014/08/13 18:46:24 armin76 Exp $ + + 13 Aug 2014; Raúl Porcel <armin76@gentoo.org> ffi-1.9.3.ebuild: + Add ~sparc wrt #468536 21 Jul 2014; Manuel Rüger <mrueg@gentoo.org> -ffi-1.1.5.ebuild: Cleanup old. diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index 7188000fa14e..98279247924e 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.8 2014/06/16 15:40:09 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.9 2014/08/13 18:46:24 armin76 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 ~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" |