diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-07-20 14:54:02 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-07-20 14:54:02 +0000 |
commit | e3b2ae059d674bc78792a4e1abfd9fbc751d9905 (patch) | |
tree | ce7845266685a09689e25b8e17a4c8f264140478 /dev-ruby/ffi | |
parent | Remove mask for php-libvirt since that package is gone (diff) | |
download | gentoo-2-e3b2ae059d674bc78792a4e1abfd9fbc751d9905.tar.gz gentoo-2-e3b2ae059d674bc78792a4e1abfd9fbc751d9905.tar.bz2 gentoo-2-e3b2ae059d674bc78792a4e1abfd9fbc751d9905.zip |
x86 stable per bug 348510
(Portage version: 2.1.10.7/cvs/Linux i686)
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 3ae3d13ab27f..135dc418c844 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.20 2011/07/09 10:27:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.21 2011/07/20 14:54:02 tomka Exp $ + + 20 Jul 2011; Thomas Kahle <tomka@gentoo.org> ffi-1.0.9.ebuild: + x86 stable per bug 348510 *ffi-1.0.9-r1 (09 Jul 2011) diff --git a/dev-ruby/ffi/ffi-1.0.9.ebuild b/dev-ruby/ffi/ffi-1.0.9.ebuild index 5e8d351bb1f6..162824b255e6 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.3 2011/07/09 10:27:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.0.9.ebuild,v 1.4 2011/07/20 14:54:02 tomka 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" |