dev-ruby/origin: add missing test dependency
authorHans de Graaff <graaff@gentoo.org>
Sun, 24 May 2020 04:12:12 +0000 (06:12 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 24 May 2020 04:13:20 +0000 (06:13 +0200)
Closes: https://bugs.gentoo.org/723874
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/origin/origin-2.3.1.ebuild

index da49a47b3807da700dfb28000146bfac02a3c4e4..0d553e3754c82f8371262ad30b1406fecf38c496 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,6 +30,7 @@ IUSE=""
 
 ruby_add_bdepend "
        test? (
+               dev-ruby/activesupport
                || ( dev-ruby/i18n:1 dev-ruby/i18n:0.9 dev-ruby/i18n:0.7 )
                dev-ruby/tzinfo
        )"