diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-22 13:55:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-22 13:55:18 +0000 |
commit | 75825e7570f22f770cee01f554a889b5863031b2 (patch) | |
tree | e3404aad3b99d1be0c584e31ef0e12408d0c28a8 /dev-ruby/ffi | |
parent | Stable for ppc, wrt bug #447020 (diff) | |
download | gentoo-2-75825e7570f22f770cee01f554a889b5863031b2.tar.gz gentoo-2-75825e7570f22f770cee01f554a889b5863031b2.tar.bz2 gentoo-2-75825e7570f22f770cee01f554a889b5863031b2.zip |
Stable for ppc, wrt bug #448056
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 28fe15fbd71c..db9afaef4d7a 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.42 2012/12/22 09:26:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.43 2012/12/22 13:55:18 ago Exp $ + + 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ffi-1.1.5.ebuild: + Stable for ppc, wrt bug #448056 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ffi-1.1.5.ebuild: Stable for amd64, wrt bug #448056 diff --git a/dev-ruby/ffi/ffi-1.1.5.ebuild b/dev-ruby/ffi/ffi-1.1.5.ebuild index 54f5598c95db..1c3c55408747 100644 --- a/dev-ruby/ffi/ffi-1.1.5.ebuild +++ b/dev-ruby/ffi/ffi-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.3 2012/12/22 09:26:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.4 2012/12/22 13:55:18 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} virtual/libffi" DEPEND="${DEPEND} virtual/libffi" |