diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-01-29 15:51:40 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-01-29 15:51:40 +0000 |
commit | 0102f3072fc88f9d73fa69ba624852fd75baf460 (patch) | |
tree | dc44e7ecacbca0b1afca35a1182667d6873f9707 /dev-ruby | |
parent | keyword ~ia64 wrt bug #465948 (diff) | |
download | gentoo-2-0102f3072fc88f9d73fa69ba624852fd75baf460.tar.gz gentoo-2-0102f3072fc88f9d73fa69ba624852fd75baf460.tar.bz2 gentoo-2-0102f3072fc88f9d73fa69ba624852fd75baf460.zip |
keyword ~ia64 wrt bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-ruby')
-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 9dcdd4bdef58..c5b4f1466b47 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.63 2014/01/05 10:00:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.64 2014/01/29 15:51:40 hattya Exp $ + + 29 Jan 2014; Akinori Hattori <hattya@gentoo.org> ffi-1.9.3.ebuild: + keyword ~ia64 wrt bug #465948 05 Jan 2014; Hans de Graaff <graaff@gentoo.org> ffi-1.1.5.ebuild, ffi-1.4.0.ebuild, ffi-1.9.3.ebuild: diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index f830d0533b35..9c4679ad97f4 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.4 2014/01/05 10:00:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.5 2014/01/29 15:51:40 hattya 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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" |