mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 09:24:17 +01:00
18 lines
418 B
Bash
18 lines
418 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
USE_RUBY="ruby20 ruby21 ruby22"
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="C extensions to optimize the concurrent-ruby gem when running under MRI"
|
|
HOMEPAGE="http://www.concurrent-ruby.com/"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
IUSE=""
|
|
|
|
ruby_add_bdepend "=dev-ruby/concurrent-ruby-${PV}"
|