summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-12-22 18:55:50 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-12-22 18:55:50 +0000
commit2ca4918ec625f42015eff27c2b0d5b1ae13052d3 (patch)
tree18e0d42e0d0e4fd0fe2d8e3c3c536ea3bb72daf8
parentamd64 stable, bug #492560 (diff)
downloadgentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.tar.gz
gentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.tar.bz2
gentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.zip
Keyword ~ppc64, bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r--dev-ruby/ffi/ChangeLog5
-rw-r--r--dev-ruby/ffi/ffi-1.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog
index f38a7adf757d..8598eecb0b26 100644
--- a/dev-ruby/ffi/ChangeLog
+++ b/dev-ruby/ffi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.58 2013/12/22 14:32:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.59 2013/12/22 18:55:50 blueness Exp $
+
+ 22 Dec 2013; Anthony G. Basile <blueness@gentoo.org> ffi-1.9.3.ebuild:
+ Keyword ~ppc64, bug #465948
22 Dec 2013; Jeroen Roovers <jer@gentoo.org> ffi-1.4.0.ebuild:
Stable for HPPA (bug #493780).
diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild
index 440abc53caef..27f0029d0f79 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-2013 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.1 2013/11/02 20:15:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.2 2013/12/22 18:55:50 blueness 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
RDEPEND+=" virtual/libffi"
DEPEND+=" virtual/libffi"