diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-02 16:30:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-02 16:30:48 +0000 |
commit | 35362ef85d5a1cf4a5e6e46aa18819e4301c8c86 (patch) | |
tree | f2746d110899df934ce0ceb72941d2ea7c6fff26 /dev-ruby/ffi | |
parent | Stable on amd64 wrt bug #348510 (diff) | |
download | gentoo-2-35362ef85d5a1cf4a5e6e46aa18819e4301c8c86.tar.gz gentoo-2-35362ef85d5a1cf4a5e6e46aa18819e4301c8c86.tar.bz2 gentoo-2-35362ef85d5a1cf4a5e6e46aa18819e4301c8c86.zip |
Stable on amd64 wrt bug #348510
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index 9e5d52552ce1..7dd72c7993b0 100644 --- a/dev-ruby/ffi/ChangeLog +++ b/dev-ruby/ffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ffi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.22 2011/07/23 14:25:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.23 2011/08/02 16:30:48 hwoarang Exp $ + + 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> ffi-1.0.9.ebuild: + Stable on amd64 wrt bug #348510 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ffi-1.0.9.ebuild: ppc stable wrt #348510 diff --git a/dev-ruby/ffi/ffi-1.0.9.ebuild b/dev-ruby/ffi/ffi-1.0.9.ebuild index b529d623ee70..5d8c5277582e 100644 --- a/dev-ruby/ffi/ffi-1.0.9.ebuild +++ b/dev-ruby/ffi/ffi-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.5 2011/07/23 14:25:54 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.6 2011/08/02 16:30:48 hwoarang Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} dev-libs/libffi" DEPEND="${DEPEND} dev-libs/libffi" |