Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
Date: Thu, 29 Jun 2017 15:22:27
Message-Id: 1498749731.a1ecf3d3f6cff40279db16b765368ac92a340c0d.graaff@gentoo
1 commit: a1ecf3d3f6cff40279db16b765368ac92a340c0d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 15:22:11 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 15:22:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ecf3d3
7
8 dev-ruby/autoprefixer-rails: build deps are only needed for tests
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.2-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.2-r1.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.2-r1.ebuild
16 index b9b1a7750c8..3f028c0f520 100644
17 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.2-r1.ebuild
18 +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.2-r1.ebuild
19 @@ -23,9 +23,11 @@ IUSE=""
20
21 ruby_add_rdepend "dev-ruby/execjs:*"
22
23 -ruby_add_bdepend "dev-ruby/rails
24 +ruby_add_bdepend "test? (
25 + dev-ruby/rails
26 dev-ruby/rake
27 - dev-ruby/rspec-rails"
28 + dev-ruby/rspec-rails
29 +)"
30
31 all_ruby_prepare() {
32 sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die