diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 10:12:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 10:12:20 +0000 |
commit | 1320fa250b6fb07440f2e195ec6bfda312b83eb3 (patch) | |
tree | 01053bd35bea5b47203dda65c6a75490921e36d3 /dev-ruby/ffi | |
parent | Use the proper virtual for libffi (diff) | |
download | gentoo-2-1320fa250b6fb07440f2e195ec6bfda312b83eb3.tar.gz gentoo-2-1320fa250b6fb07440f2e195ec6bfda312b83eb3.tar.bz2 gentoo-2-1320fa250b6fb07440f2e195ec6bfda312b83eb3.zip |
Use the proper virtual dep instead
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r-- | dev-ruby/ffi/ffi-0.6.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild b/dev-ruby/ffi/ffi-0.6.3-r1.ebuild index 43de382d5907..2f263b450969 100644 --- a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild +++ b/dev-ruby/ffi/ffi-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-0.6.3-r1.ebuild,v 1.6 2010/12/28 08:51:18 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3-r1.ebuild,v 1.7 2011/01/06 10:12:20 ssuominen Exp $ EAPI=2 @@ -29,7 +29,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -RDEPEND="dev-libs/libffi" +RDEPEND="virtual/libffi" DEPEND="${RDEPEND}" ruby_add_bdepend dev-ruby/rake-compiler |