diff options
author | 2012-12-22 09:26:50 +0000 | |
---|---|---|
committer | 2012-12-22 09:26:50 +0000 | |
commit | 9440da085452e61b707c490d04ace442365e5891 (patch) | |
tree | 733aef03b6f771e6d7c004e19529a8373884c6fd /dev-ruby/ffi | |
parent | Stable for amd64, wrt bug #445588 (diff) | |
download | gentoo-2-9440da085452e61b707c490d04ace442365e5891.tar.gz gentoo-2-9440da085452e61b707c490d04ace442365e5891.tar.bz2 gentoo-2-9440da085452e61b707c490d04ace442365e5891.zip |
Stable for amd64, wrt bug #448056
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 72c4e50f04f7..28fe15fbd71c 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.41 2012/12/21 07:55:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.42 2012/12/22 09:26:50 ago Exp $ + + 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ffi-1.1.5.ebuild: + Stable for amd64, wrt bug #448056 21 Dec 2012; Hans de Graaff <graaff@gentoo.org> -ffi-1.0.11.ebuild, -ffi-1.1.4.ebuild: @@ -174,4 +177,3 @@ +files/ffi-0.5.4-rakefile.patch, +metadata.xml: Initial import of ffi gem for Ruby 1.8 and Ruby 1.9. This will be used by ffi-based extensions, supported by both MRI and JRuby. - diff --git a/dev-ruby/ffi/ffi-1.1.5.ebuild b/dev-ruby/ffi/ffi-1.1.5.ebuild index 063124bfc678..54f5598c95db 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.2 2012/10/28 17:17:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.3 2012/12/22 09:26:50 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" |