diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-19 07:58:08 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-19 08:14:42 +0100 |
commit | 4aad97531f8100908f87b1348bb4dc0cb2b80381 (patch) | |
tree | 3bd707b54fb4234ce7c09243f1fcaed99315eb58 /dev-ruby/recog | |
parent | dev-ruby/recog: add 3.1.1 (diff) | |
download | gentoo-4aad97531f8100908f87b1348bb4dc0cb2b80381.tar.gz gentoo-4aad97531f8100908f87b1348bb4dc0cb2b80381.tar.bz2 gentoo-4aad97531f8100908f87b1348bb4dc0cb2b80381.zip |
dev-ruby/recog: remove obsolete dependency
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/recog')
-rw-r--r-- | dev-ruby/recog/recog-2.3.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/recog/recog-2.3.23.ebuild b/dev-ruby/recog/recog-2.3.23.ebuild index 5e29a01e4058..0e543ff7d55c 100644 --- a/dev-ruby/recog/recog-2.3.23.ebuild +++ b/dev-ruby/recog/recog-2.3.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ ruby_add_rdepend "dev-ruby/nokogiri" ruby_add_bdepend "test? ( dev-ruby/regexp_parser dev-ruby/rspec:3 - || ( dev-util/aruba:2 dev-util/aruba:1 ) + dev-util/aruba:2 dev-util/cucumber )" |