gentoo/dev-ruby/sourcemap/sourcemap-0.1.1.ebuild
Sergei Trofimovich c06333b0a5
dev-ruby/sourcemap: keyworded 0.1.1 for ppc, bug #624234
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
2018-03-25 18:58:42 +01:00

24 lines
472 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Ruby source maps"
HOMEPAGE="https://github.com/maccman/sourcemap"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
}